From e4a3508517402842fa1291b7f0c2834790c649ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:10:31 +0000 Subject: [PATCH] Bump flate2 from 1.0.26 to 1.0.27 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.26 to 1.0.27. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.27) --- 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 4560ee0..bde66c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,9 +401,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/lib/build/Cargo.toml b/lib/build/Cargo.toml index 1857209..7ae96de 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.27" tar = "0.4.40" ureq = { version = "2.7.1", features = ["tls", "gzip"] }