diff --git a/Cargo.lock b/Cargo.lock index 07c52cf0fe8..7c7df137875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5209,9 +5209,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 1bae4f22ab4..f7e2172f92f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ thiserror = "=2.0.4" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } tokio = { version = "=1.42.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.12" -tokio-util = "=0.7.12" +tokio-util = "=0.7.13" toml = "=0.8.19" tower = "=0.5.1" tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }