From 75f66fbc96c22a0061adc7d5b0ba40302d195aa0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 6 May 2026 21:17:59 -0400 Subject: [PATCH] bump: tower-http --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d277705..131846e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2232,9 +2232,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 a8eaa0d..57dd0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json = { version = "1.0.149" } tokio = { version = "1.52.2", features = ["rt-multi-thread"] } tracing-subscriber = { version = "0.3.23" } tower = { version = "0.5.3", features = ["full"] } -tower-http = { version = "0.6.8", features = ["cors"] } +tower-http = { version = "0.6.10", features = ["cors"] } hyper = { version = "1.9.0" } sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] } uuid = { version = "1.23", features = ["v4", "serde"] }