From 50216b725f4c11ec8e77128ed4f420285666a3ba Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 9 May 2026 19:13:02 -0400 Subject: [PATCH] bump: tower-http --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbd2bb5..6d5127f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2646,9 +2646,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.8" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" +checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2b6d139..9a3655f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ axum = { version = "0.8.9", features = ["multipart"] } axum-extra = { version = "0.12.6", features = ["cookie"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149" } -tower = { version = "0.5.3", features = ["full"] } tokio = { version = "1.52.3", features = ["full"] } tokio-util = { version = "0.7.18", features = ["io"] } -tower-http = { version = "0.6.8", features = ["cors", "timeout"] } +tower = { version = "0.5.3", features = ["full"] } +tower-http = { version = "0.6.10", features = ["cors", "timeout"] } tracing-subscriber = "0.3.23" futures = { version = "0.3.32" } mime_guess = { version = "2.0.5" }