Skip to content

Commit

Permalink
Bump bytes from 1.7.1 to 1.7.2 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent cf68a58 commit d0e911a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_json_any_key = "2.0.0"
anyhow = "1.0"
bytes = "1.7.1"
bytes = "1.7.2"
rand = "0.8"
lazy_static = "1.5.0"
num_cpus = "1.16"
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ futures-sink = "0.3.0"
futures-io = { version = "0.3.0" }
futures-util = { version = "0.3.0" }
futures = "0.3.29"
bytes = "1.7.1"
bytes = "1.7.2"
config.workspace = true
parking_lot.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-namesrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ futures-sink = "0.3.0"
futures-io = { version = "0.3.0" }
futures-util = { version = "0.3.0" }
futures = "0.3.29"
bytes = "1.7.1"
bytes = "1.7.2"
config.workspace = true
parking_lot.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-remoting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ trait-variant.workspace = true
uuid = { workspace = true }
log = "0.4.22"
[dev-dependencies]
bytes = "1.7.1"
bytes = "1.7.2"

0 comments on commit d0e911a

Please sign in to comment.