From 6fa9cae969f2a94695b2c9fd849751d88b0784c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 07:22:36 +0000 Subject: [PATCH] chore(deps): bump tower-http from 0.5.2 to 0.6.6 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.6. - [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.6) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++---------------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c4cd95c..8a491942 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2397,7 +2397,7 @@ dependencies = [ "tokio", "tokio-test", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "uuid", "validator", @@ -2452,7 +2452,7 @@ dependencies = [ "tokio-test", "tokio-tungstenite 0.20.1", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "tracing-subscriber", "tungstenite 0.24.0", @@ -2485,7 +2485,7 @@ dependencies = [ "tokio", "tokio-test", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "uuid", "validator", @@ -2775,7 +2775,7 @@ dependencies = [ "sync_wrapper 1.0.2", "tokio", "tower 0.5.2", - "tower-http 0.6.6", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -3718,36 +3718,20 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "base64 0.21.7", - "bitflags 2.9.1", - "bytes", - "http 1.3.1", - "http-body 1.0.1", - "http-body-util", - "mime", - "pin-project-lite", - "tower-layer", - "tower-service", -] - [[package]] name = "tower-http" version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ + "base64 0.22.1", "bitflags 2.9.1", "bytes", "futures-util", "http 1.3.1", "http-body 1.0.1", "iri-string", + "mime", "pin-project-lite", "tower 0.5.2", "tower-layer", diff --git a/Cargo.toml b/Cargo.toml index 9d85c69e..3121e5df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ url = "2.4" # HTTP/Web axum = { version = "0.7", features = ["ws"] } tower = { version = "0.4" } -tower-http = { version = "0.5", features = ["cors", "auth"] } +tower-http = { version = "0.6", features = ["cors", "auth"] } hyper = { version = "1.4", features = ["full"] } # WebSocket