From 4d660f678ce26b1127f4cda772900e36abf99dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:03:34 +0000 Subject: [PATCH] build(deps): bump flate2 from 1.0.28 to 1.0.29 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.28 to 1.0.29. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29) --- 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 8c0a0fe..56e2be7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,9 +467,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" +checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7" dependencies = [ "crc32fast", "libz-sys", diff --git a/Cargo.toml b/Cargo.toml index 4c56eef..5e33a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bstr = { version = "1.9.1", default-features = false, features = ["std"] } bzip2 = "0.4.4" clap = { version = "4.5.4", features = ["derive", "env"] } filetime_creation = "0.2" -flate2 = { version = "1.0.28", default-features = false } +flate2 = { version = "1.0.29", default-features = false } fs-err = "2.11.0" gzp = { version = "0.11.3", default-features = false, features = ["snappy_default"] } ignore = "0.4.22"