From a23fce5f5df40b8997e028eeeb2e6a4040b5cad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:23:18 +0000 Subject: [PATCH] Bump tower-http from 0.6.8 to 0.6.10 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] --- Cargo.lock | 16 +++------------- api/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbd8dad..b15199a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2116,16 +2116,6 @@ version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" -[[package]] -name = "iri-string" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "is-terminal" version = "0.4.17" @@ -4490,9 +4480,9 @@ 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", "bytes", @@ -4503,7 +4493,6 @@ dependencies = [ "http-body-util", "http-range-header", "httpdate", - "iri-string", "mime", "mime_guess", "percent-encoding", @@ -4514,6 +4503,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", + "url", ] [[package]] diff --git a/api/Cargo.toml b/api/Cargo.toml index 4793d96..522857d 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -20,7 +20,7 @@ envconfig.workspace = true sentry = { workspace = true, features = ["tower-http"] } serde_json.workspace = true tokio.workspace = true -tower-http = { version = "0.6.8", features = ["cors", "fs", "trace"] } +tower-http = { version = "0.6.10", features = ["cors", "fs", "trace"] } tracing.workspace = true url.workspace = true trailers-core = { workspace = true, features = ["graphql"] }