Skip to content

Commit 6433c38

Browse files
Bump flate2 from 1.0.35 to 1.1.0 (#2606)
1 parent 2d67e35 commit 6433c38

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ futures = "0.3"
8181

8282
cheetah-string = { version = "0.1.6", features = ["serde", "bytes"] }
8383

84-
flate2 = "1.0.35"
84+
flate2 = "1.1.0"
8585
dashmap = "6.1.0"
8686
strum = { version = "0.26.3", features = ["derive"] }

rocketmq-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ config.workspace = true
3737
#tools
3838
dirs.workspace = true
3939

40-
flate2 = { version = "1.0.35", features = ["zlib"], default-features = false }
40+
flate2 = { version = "1.1.0", features = ["zlib"], default-features = false }
4141
lz4_flex = { version = "0.11", default-features = false }
4242
zstd = "0.13"
4343
byteorder = "1.5.0"

0 commit comments

Comments
 (0)