From a3b9b4ba857eb66de616f59b5be37a308287dac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:22:47 +0200 Subject: [PATCH] core: bump tower-http from 0.6.10 to 0.6.11 (#22566) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = [