From 84d661a94f0ad840cfd67c17bf5a7ee118569fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 04:40:07 +0000 Subject: [PATCH] deps(deps): Bump tower-http from 0.6.11 to 0.7.0 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.11 to 0.7.0. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.11...tower-http-0.7.0) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++++++++++++++++++------- crates/juncture-telemetry/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed23513..cd375d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,7 +725,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1583,7 +1583,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tonic", - "tower-http", + "tower-http 0.7.0", "tracing", "uuid", ] @@ -2424,7 +2424,7 @@ dependencies = [ "tokio-rustls", "tokio-util", "tower 0.5.3", - "tower-http", + "tower-http 0.6.11", "tower-service", "url", "wasm-bindgen", @@ -2503,7 +2503,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3101,7 +3101,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3342,10 +3342,26 @@ dependencies = [ "tower 0.5.3", "tower-layer", "tower-service", - "tracing", "url", ] +[[package]] +name = "tower-http" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" +dependencies = [ + "bitflags", + "bytes", + "http", + "http-body", + "percent-encoding", + "pin-project-lite", + "tower-layer", + "tower-service", + "tracing", +] + [[package]] name = "tower-layer" version = "0.3.3" @@ -3750,7 +3766,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/crates/juncture-telemetry/Cargo.toml b/crates/juncture-telemetry/Cargo.toml index 48a8418..bd311a9 100644 --- a/crates/juncture-telemetry/Cargo.toml +++ b/crates/juncture-telemetry/Cargo.toml @@ -37,7 +37,7 @@ sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio", # Web axum = { version = "0.8", features = ["json", "query"], optional = true } -tower-http = { version = "0.6", features = ["cors", "trace"], optional = true } +tower-http = { version = "0.7", features = ["cors", "trace"], optional = true } base64 = { version = "0.22", optional = true } # OTLP gRPC