From 4f46608d6a7adb03612b67fb44fed496375181a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:40:38 +0000 Subject: [PATCH] build(deps): 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 d177d12..431d5af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,9 +396,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 159e5df..d852d30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bstr = { version = "1.6.0", default-features = false, features = ["std"] } bzip2 = "0.4.4" clap = { version = "4.3.21", features = ["derive", "env"] } filetime = "0.2.22" -flate2 = { version = "1.0.26", default-features = false } +flate2 = { version = "1.0.27", default-features = false } fs-err = "2.9.0" gzp = { version = "0.11.3", default-features = false, features = ["snappy_default"] } ignore = "0.4.20"