From cb212ea379bceb0278f90725dbbee85bb662d0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:32:50 +0000 Subject: [PATCH] cargo: 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfb8516..a752292 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,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", "libz-sys", diff --git a/Cargo.toml b/Cargo.toml index 4b06b8f..63f4729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ uuid = { version = "1.4.1", features = ["v4"] } ctrlc = "3.4.0" walkdir = "2.3.3" zip = { version = "0.6.6", default-features = false, features = ["deflate"] } -flate2 = { version = "1.0.26", features = ["zlib"] } +flate2 = { version = "1.0.27", features = ["zlib"] } tar = "0.4.39" xz2 = "0.1.7" bzip2 = "0.4.4"