From 4a94f2a4d62da754f1ee8590934a39577db8fbe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:31:54 -0400 Subject: [PATCH] Bump flate2 from 1.0.33 to 1.0.34 (#2319) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4eb42604c..ea86f45afa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2045,9 +2045,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.33" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" +checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" dependencies = [ "crc32fast", "miniz_oxide 0.8.0", diff --git a/Cargo.toml b/Cargo.toml index 3f9dde9897..c2247d8198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ data-encoding = { version = "2.6.0", default-features = false, features = [ ] } dirs = "5.0.1" fake = "2.10.0" -flate2 = "1.0.33" +flate2 = "1.0.34" float-cmp = "0.9.0" getrandom = { version = "0.2.15", default-features = false } gix-tempfile = { version = "14.0.2", features = ["signals"] }