From 7a588c9c1e6af9df77fd58812fddb7d47eaf74b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:57:37 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.5.2 to 0.6.10 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.10. - [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.10) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++------------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f1d036..d8a40f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2260,7 +2260,7 @@ dependencies = [ "tokio-rustls", "tokio-util", "tower 0.5.3", - "tower-http 0.6.10", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -2681,7 +2681,7 @@ dependencies = [ "tokio-stream", "tokio-test", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "tracing-subscriber", "uuid", @@ -2984,23 +2984,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.11.1", - "bytes", - "http 1.4.0", - "http-body", - "http-body-util", - "pin-project-lite", - "tower-layer", - "tower-service", - "tracing", -] - [[package]] name = "tower-http" version = "0.6.10" @@ -3021,6 +3004,7 @@ dependencies = [ "tower 0.5.3", "tower-layer", "tower-service", + "tracing", "url", ] diff --git a/Cargo.toml b/Cargo.toml index 0f8a761..07dad9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tokio-stream = "0.1" async-stream = "0.3" futures = "0.3" tower = "0.4" -tower-http = { version = "0.5", features = ["cors", "trace"] } +tower-http = { version = "0.6", features = ["cors", "trace"] } bytes = "1" arc-swap = "1" notify = "7"