From cb16f9a4a019f41bff5049b2fcbeda51bebb9f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:16:47 +0000 Subject: [PATCH] [Cargo]: bump tower-http from 0.6.10 to 0.6.11 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.10 to 0.6.11. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.10...tower-http-0.6.11) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fbe8f4f..b038d01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2779,9 +2779,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 = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 139e8c6..c2a4956 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] axum = "0.8.9" -tower-http = { version = "0.6.10", default-features = false, features = ["trace"] } +tower-http = { version = "0.6.11", default-features = false, features = ["trace"] } futures = "0.3.32" tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "full", "test-util"] } tracing = "0.1.44"