From f02e7fff261ddc772288eee8e95e0a9255918bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:55:48 +0000 Subject: [PATCH] build(deps): bump flate2 from 1.0.29 to 1.0.30 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30) --- 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 56e2be7..c36a533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,9 +467,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "libz-sys", diff --git a/Cargo.toml b/Cargo.toml index 5e33a54..13cb1c2 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.29", default-features = false } +flate2 = { version = "1.0.30", default-features = false } fs-err = "2.11.0" gzp = { version = "0.11.3", default-features = false, features = ["snappy_default"] } ignore = "0.4.22"