From 49a5cc9b1071ff6a061f26c3290dd0169ff80994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:04:09 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.6 to 0.6.8 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.6 to 0.6.8. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.6...tower-http-0.6.8) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2d77c000a8..ce3906e323b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6129,9 +6129,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags 2.9.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f60d8e140a5..535a257ad08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ tokio-retry = "0.3.0" tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] } tonic-build = { version = "0.12.3", features = ["prost"] } -tower-http = { version = "0.6.6", features = ["cors"] } +tower-http = { version = "0.6.8", features = ["cors"] } wasmparser = "0.118.1" wasmtime = { version = "33.0.2", features = ["async"] } substreams = "=0.6.0"