Skip to content

Commit 5f93fae

Browse files
Bump tokio-util from 0.7.16 to 0.7.17 (#4239)
1 parent 90ca8ac commit 5f93fae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -45,7 +45,7 @@ rocketmq-tools = { version = "0.7.0", path = "./rocketmq-tools" }
4545
rocketmq-error = { version = "0.7.0", path = "./rocketmq-error" }
4646

4747
tokio = { version = "1.48", features = ["full"] }
48-
tokio-util = { version = "0.7.16", features = ["full"] }
48+
tokio-util = { version = "0.7.17", features = ["full"] }
4949
tokio-stream = { version = "0.1.17", features = ["full"] }
5050

5151
tracing = "0.1.41"

rocketmq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uuid = { version = "1", features = ["v4"] }
2323
chrono = { version = "0.4", features = ["serde"] }
2424
cron = "0.15"
2525
anyhow = { workspace = true }
26-
tokio-util = "0.7.16"
26+
tokio-util = "0.7.17"
2727
parking_lot = { workspace = true }
2828
serde = { workspace = true }
2929

0 commit comments

Comments
 (0)