From 4ae7ed5e1cc31abb8a2ec185dfab99c42769cfc7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Jun 2026 08:14:42 +0000 Subject: [PATCH] fix(deps): update rust crate tower-http to 0.7.0 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df68854..af79dca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1883,14 +1883,15 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" dependencies = [ "bitflags", "bytes", "http 1.3.1", "http-body", + "percent-encoding", "pin-project-lite", "tower-layer", "tower-service", diff --git a/Cargo.toml b/Cargo.toml index 5e8a990..5b5f0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "2.0.12" strum = { version = "0.27.2", features = ["derive"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] } tracing = "0.1.41" -tower-http = { version = "0.6.6", features = ["trace"] } +tower-http = { version = "0.7.0", features = ["trace"] } tower = { version = "0.5.2", features = ["util"] } config = { version = "0.15.13", default-features = false, features = ["toml", "convert-case"] } anyhow = "1.0.98"