From 817610323cd2cceabc7fcd9ea9932ef94fcbdde3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:34:37 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.11 to 0.7.0 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.11 to 0.7.0. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.11...tower-http-0.7.0) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edf95aa..e38a17d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4108,9 +4108,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.11" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" +checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" dependencies = [ "bitflags 2.13.1", "bytes", @@ -4118,6 +4118,7 @@ dependencies = [ "http 1.5.0", "http-body 1.1.0", "http-body-util", + "percent-encoding", "pin-project-lite", "tower-layer", "tower-service", diff --git a/Cargo.toml b/Cargo.toml index 1770c06..ad7accc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ subtle = "2.6" time = { version = "=0.3.47", features = ["formatting", "macros", "parsing", "serde-well-known"] } tokio = { version = "1.48", features = ["macros", "rt-multi-thread", "sync", "time", "net", "signal"] } tower = "0.5" -tower-http = { version = "0.6", features = ["catch-panic", "limit", "request-id", "sensitive-headers", "trace"] } +tower-http = { version = "0.7", features = ["catch-panic", "limit", "request-id", "sensitive-headers", "trace"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } unicode-normalization = "0.1.24"