diff --git a/Cargo.lock b/Cargo.lock index 1014780..fa81d83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2646,9 +2646,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 5b59e6a..70826ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ testcontainers = { version = "0.25.2", features = [ ], optional = true } thiserror = "2.0.17" tokio = { version = "1.48.0", features = ["io-util"] } -tokio-util = { version = "0.7.16", features = ["io"] } +tokio-util = { version = "0.7.17", features = ["io"] } tokio-stream = { version = "0.1.17", features = ["io-util"] } typed-builder = "0.23.0" url = "2.5.4"