diff --git a/Cargo.lock b/Cargo.lock index afa8fec43fd..0228a83ce4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5526,9 +5526,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.14" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" +checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index edb940415ad..f3fba8bcea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ thiserror = "=2.0.12" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } tokio = { version = "=1.44.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.13" -tokio-util = "=0.7.14" +tokio-util = "=0.7.15" toml = "=0.8.20" tower = "=0.5.2" tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }