From f2ac3f0d2acc2137ad1d7cfbd25b7c2f75fce032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 02:07:16 +0000 Subject: [PATCH] Update Rust crate tower-http to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15794b1..3c9600b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.32", features = ["full"] } tower = "0.4" -tower-http = { version = "0.4", features = ["cors", "trace", "map-request-body", "util"] } +tower-http = { version = "0.7", features = ["cors", "trace", "map-request-body", "util"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt", "std", "json", "env-filter"] }