Skip to content

Commit

Permalink
Bump bytes from 1.6.0 to 1.6.1 (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent b6ecd9d commit 93135eb
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 @@ -55,7 +55,7 @@ thiserror = "1.0.62"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
bytes = "1.6.0"
bytes = "1.6.1"
rand = "0.8.5"
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.6.0"
bytes = "1.6.1"
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.6.0"
bytes = "1.6.1"
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 @@ -51,4 +51,4 @@ uuid = { version = "1.10.0", features = ["v4", # Lets you generate random UUIDs
"macro-diagnostics", ] }
log = "0.4.22"
[dev-dependencies]
bytes = "1.6.0"
bytes = "1.6.1"

0 comments on commit 93135eb

Please sign in to comment.