diff --git a/Cargo.lock b/Cargo.lock index 346e71ade0..ec4063ec0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4082,9 +4082,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" +checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ "bitflags 2.11.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a1980b887d..b82de749b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ tokio-retry2 = "= 0.9.1" tokio-rustls = "= 0.26.4" tokio-util = { version = "= 0.7.18", features = ["full"] } tower = "= 0.5.3" -tower-http = { version = "= 0.6.10", features = ["timeout"] } +tower-http = { version = "= 0.6.11", features = ["timeout"] } tracing = "= 0.1.44" tracing-error = "= 0.2.1" tracing-subscriber = { version = "= 0.3.23", features = [