From 7817991b406681e2e7428ec0c1371f4131f3d630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:58:01 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.10 to 0.6.11 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.10 to 0.6.11. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.10...tower-http-0.6.11) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.11 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 747e5e6c377..5d03e2d19e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8679,9 +8679,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" +checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ "bitflags 2.11.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 0688020060a..72ed04794b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ tokio-retry = "0.3.0" tonic = { version = "0.14", features = ["tls-native-roots", "gzip"] } tonic-prost = "0.14" tonic-prost-build = "0.14" -tower-http = { version = "0.6.10", features = ["cors"] } +tower-http = { version = "0.6.11", features = ["cors"] } tower = { version = "0.5.1", features = ["full"] } wasmparser = "0.118.1" wasmtime = { version = "38.0.4", features = ["async"] }