From 7e621fb7e0acf0f4cf6345eef24e014abbbe28ad Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 19:01:31 -0400 Subject: [PATCH] bump: tower-http --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38a0ddd..78e67e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde_json = { version = "1.0.150" } tokio = { version = "1.52.3", features = ["full"] } tokio-util = { version = "0.7.18", features = ["io"] } tower = { version = "0.5.3", features = ["full"] } -tower-http = { version = "0.6.10", features = ["cors", "timeout"] } +tower-http = { version = "0.6.11", features = ["cors", "timeout"] } tracing-subscriber = "0.3.23" futures = { version = "0.3.32" } mime_guess = { version = "2.0.5" }