From 6967f6f6d93bea7af5e3bc83f1825b96f3be115b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:19:57 +0200 Subject: [PATCH] core: bump tower-http from 0.6.8 to 0.6.10 (#22218) Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.8 to 0.6.10. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.8...tower-http-0.6.10) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 16 +++------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8d1fd8deb..08b0aa84ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1744,16 +1744,6 @@ dependencies = [ "serde", ] -[[package]] -name = "iri-string" -version = "0.7.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "is_terminal_polyfill" version = "1.70.2" @@ -4082,21 +4072,21 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.8" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" +checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" dependencies = [ "bitflags 2.11.0", "bytes", "futures-util", "http", "http-body", - "iri-string", "pin-project-lite", "tokio", "tower", "tower-layer", "tower-service", + "url", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 09d42b65f5..24f3f716c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ tokio-retry2 = "= 0.9.1" tokio-rustls = "= 0.26.4" tokio-util = { version = "= 0.7.18", features = ["full"] } tower = "= 0.5.3" -tower-http = { version = "= 0.6.8", features = ["timeout"] } +tower-http = { version = "= 0.6.10", features = ["timeout"] } tracing = "= 0.1.44" tracing-error = "= 0.2.1" tracing-subscriber = { version = "= 0.3.23", features = [