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"