From 10f26cb2902c7440907e2b2084712d932b8a41b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:09:03 +0000 Subject: [PATCH] build(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 | 20 ++------------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c030cdd3c7..f1acdfa315b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2328,7 +2328,7 @@ dependencies = [ "test-store", "thiserror 2.0.16", "tokio", - "tower-http 0.5.2", + "tower-http", ] [[package]] @@ -4526,7 +4526,7 @@ dependencies = [ "tokio-rustls", "tokio-util 0.7.11", "tower 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tower-http 0.6.6", + "tower-http", "tower-service 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "url", "wasm-bindgen", @@ -5954,22 +5954,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.9.0", - "bytes", - "http 1.3.1", - "http-body 1.0.0", - "http-body-util", - "pin-project-lite", - "tower-layer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tower-service 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "tower-http" version = "0.6.6" diff --git a/Cargo.toml b/Cargo.toml index b599ef4be87..db9a12f0490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ thiserror = "2.0.16" tokio = { version = "1.45.1", features = ["full"] } tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] } tonic-build = { version = "0.12.3", features = ["prost"] } -tower-http = { version = "0.5.2", features = ["cors"] } +tower-http = { version = "0.6.6", features = ["cors"] } wasmparser = "0.118.1" wasmtime = "33.0.2" substreams = "=0.6.0"