From ca7edae2de411f05fae7c6a30cd931acc78de3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:28:32 +0000 Subject: [PATCH] Bump flate2 from 1.0.26 to 1.0.28 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.26 to 1.0.28. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.28) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/build/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3571692..be7c2e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,9 +418,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/lib/build/Cargo.toml b/lib/build/Cargo.toml index 1857209..5a9c64c 100644 --- a/lib/build/Cargo.toml +++ b/lib/build/Cargo.toml @@ -11,7 +11,7 @@ description = "This is a tool to be used as a custom build command for a Cloudfl [dependencies] anyhow = "1.0.72" dirs-next = "2.0.0" -flate2 = "1.0.26" +flate2 = "1.0.28" tar = "0.4.40" ureq = { version = "2.7.1", features = ["tls", "gzip"] }