From ab99c134c2e47780f77901762312c621244ea203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:24:40 +0000 Subject: [PATCH] Bump flate2 from 1.0.33 to 1.0.34 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] --- Cargo.lock | 4 ++-- rocketmq-common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdd0710f..1cd1f91f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,9 +618,9 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[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", "libz-sys", diff --git a/rocketmq-common/Cargo.toml b/rocketmq-common/Cargo.toml index 1bcb6d92..0d741a31 100644 --- a/rocketmq-common/Cargo.toml +++ b/rocketmq-common/Cargo.toml @@ -41,7 +41,7 @@ dirs.workspace = true byteorder = "1.5.0" -flate2 = { version = "1.0.33", features = ["zlib"], default-features = false } +flate2 = { version = "1.0.34", features = ["zlib"], default-features = false } lz4_flex = { version = "0.11", default-features = false } zstd = "0.13"