From b5d42a2e339d2843db67c56e32358662293f436c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 07:35:40 +0000 Subject: [PATCH] chore(deps): bump tower-http from 0.5.2 to 0.6.11 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 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.5.2...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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 51 ++++++++++++++++++--------------------------------- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bd06f2..2de1f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,7 +842,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -1071,7 +1071,7 @@ dependencies = [ "tokio-util", "tonic 0.11.0", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "utoipa", "utoipa-swagger-ui", @@ -1450,7 +1450,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.4", + "socket2 0.5.10", "tokio", "tower-service", "tracing", @@ -1682,7 +1682,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2044,7 +2044,7 @@ dependencies = [ "tokio-stream", "tokio-util", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "uuid", ] @@ -2055,7 +2055,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2719,7 +2719,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls 0.23.41", - "socket2 0.6.4", + "socket2 0.5.10", "thiserror 2.0.18", "tokio", "tracing", @@ -2756,7 +2756,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.4", + "socket2 0.5.10", "tracing", "windows-sys 0.60.2", ] @@ -2997,7 +2997,7 @@ dependencies = [ "tokio", "tokio-rustls 0.26.4", "tower 0.5.3", - "tower-http 0.6.11", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -3123,7 +3123,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3440,7 +3440,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -3744,10 +3744,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.3", + "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -4167,25 +4167,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "bitflags 2.13.0", - "bytes", - "http 1.4.2", - "http-body 1.0.1", - "http-body-util", - "pin-project-lite", - "tokio", - "tower-layer", - "tower-service", - "tracing", - "uuid", -] - [[package]] name = "tower-http" version = "0.6.11" @@ -4197,11 +4178,15 @@ dependencies = [ "futures-util", "http 1.4.2", "http-body 1.0.1", + "http-body-util", "pin-project-lite", + "tokio", "tower 0.5.3", "tower-layer", "tower-service", + "tracing", "url", + "uuid", ] [[package]] @@ -4696,7 +4681,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e63f43c..76908af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ async-trait = "0.1" # ---- web / edge ---- axum = { version = "0.7", features = ["ws", "macros"] } tower = { version = "0.4", features = ["full"] } -tower-http = { version = "0.5", features = ["trace", "cors", "request-id", "timeout", "limit"] } +tower-http = { version = "0.6", features = ["trace", "cors", "request-id", "timeout", "limit"] } hyper = { version = "1", features = ["full"] } # Client helper (connection pool + legacy Client) and body-collection utilities for the # gateway's JWKS fetcher. Pure-Rust; already in the dependency tree via tonic/axum.