From 219f8b6c1c6853b03bc64fa22d3186f55998d019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:07:31 +0000 Subject: [PATCH] chore(deps): Bump flate2 from 1.0.33 to 1.0.34 (#21368) 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 3e50d112a9ba2..c9683b535f577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3479,9 +3479,9 @@ checksum = "d52a7e408202050813e6f1d9addadcaafef3dca7530c7ddfb005d4081cce6779" [[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 b2d1d36967d15..9795c0bbde034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -288,7 +288,7 @@ dyn-clone = { version = "1.0.17", default-features = false } encoding_rs = { version = "0.8.34", default-features = false, features = ["serde"] } enum_dispatch = { version = "0.3.13", default-features = false } exitcode = { version = "1.1.2", default-features = false } -flate2 = { version = "1.0.33", default-features = false, features = ["default"] } +flate2 = { version = "1.0.34", default-features = false, features = ["default"] } futures-util = { version = "0.3.29", default-features = false } glob.workspace = true governor = { version = "0.6.3", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }