From 68841b093ab76858fd3375bf0b486a8416e6a21f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:25:04 +0000 Subject: [PATCH] chore(deps): 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 | 10 +++++----- nicknamer/server/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 077a91a..90dfe27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4471,7 +4471,7 @@ dependencies = [ "time", "tokio", "tower 0.5.3", - "tower-http 0.6.10", + "tower-http 0.6.11", "tracing", "tracing-futures", "tracing-subscriber", @@ -5862,7 +5862,7 @@ dependencies = [ "tokio-rustls 0.26.2", "tokio-util", "tower 0.5.3", - "tower-http 0.6.10", + "tower-http 0.6.11", "tower-service", "url", "wasm-bindgen", @@ -5904,7 +5904,7 @@ dependencies = [ "tokio", "tokio-rustls 0.26.2", "tower 0.5.3", - "tower-http 0.6.10", + "tower-http 0.6.11", "tower-service", "url", "wasm-bindgen", @@ -8045,9 +8045,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.9.0", "bytes", diff --git a/nicknamer/server/Cargo.toml b/nicknamer/server/Cargo.toml index 9a71af8..d864387 100644 --- a/nicknamer/server/Cargo.toml +++ b/nicknamer/server/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "2.0.18" time = "0.3.45" tokio = "1.52.3" tower = { version = "0.5", features = ["util"] } -tower-http = { version = "0.6.10", features = [ +tower-http = { version = "0.6.11", features = [ "trace", "cors", "sensitive-headers",