diff --git a/Cargo.lock b/Cargo.lock index 71ed6337901..b807a4dea5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6301,9 +6301,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 75c6e299339..329900db6b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ tempfile = "=3.23.0" thiserror = "=2.0.17" tokio = { version = "=1.48.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.15" -tokio-util = "=0.7.16" +tokio-util = "=0.7.17" toml = "=0.9.8" tower = "=0.5.2" tower-http = { version = "=0.6.6", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }