From cf9095082c5e8ad8073226a8bfbcababa242d57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:24:44 +0000 Subject: [PATCH] deps(deps): bump tower-http from 0.5.2 to 0.7.1 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.7.1. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.7.1) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee1c3f8..3613de5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,12 +1004,13 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "08a05a66a4fdd61cbbe0a1d755ffe0ca6aba159dd4820936a0ff8a8278245b9c" dependencies = [ "bitflags", "bytes", + "futures-core", "futures-util", "http", "http-body", @@ -1024,7 +1025,6 @@ dependencies = [ "tokio-util", "tower-layer", "tower-service", - "tracing", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 20452b5..8849f36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } regex = "1" axum = "0.7" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } -tower-http = { version = "0.5", features = ["fs", "cors"] } +tower-http = { version = "0.7", features = ["fs", "cors"] } rayon = "1" ignore = "0.4"