diff --git a/Cargo.lock b/Cargo.lock index 6f42c4c4..8e7cd256 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3865,9 +3865,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.16" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" +checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index c926fc40..fdc72327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ rocketmq-tools = { version = "0.7.0", path = "./rocketmq-tools" } rocketmq-error = { version = "0.7.0", path = "./rocketmq-error" } tokio = { version = "1.48", features = ["full"] } -tokio-util = { version = "0.7.16", features = ["full"] } +tokio-util = { version = "0.7.17", features = ["full"] } tokio-stream = { version = "0.1.17", features = ["full"] } tracing = "0.1.41" diff --git a/rocketmq/Cargo.toml b/rocketmq/Cargo.toml index e385b582..e47fcc03 100644 --- a/rocketmq/Cargo.toml +++ b/rocketmq/Cargo.toml @@ -23,7 +23,7 @@ uuid = { version = "1", features = ["v4"] } chrono = { version = "0.4", features = ["serde"] } cron = "0.15" anyhow = { workspace = true } -tokio-util = "0.7.16" +tokio-util = "0.7.17" parking_lot = { workspace = true } serde = { workspace = true }