From e91982d2023f84dc117d8e4948b9978f8a95ee3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:42:43 +0000 Subject: [PATCH] Update Rust crate tower-http to v0.6.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18d0bb93086..b6086c503af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5945,9 +5945,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc2d9e086a412a451384326f521c8123a99a466b329941a9403696bff9b0da2" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ "async-compression", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index c2871d510d4..c307031cd8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ tokio-postgres = "=0.7.13" tokio-util = "=0.7.15" toml = "=0.8.22" tower = "=0.5.2" -tower-http = { version = "=0.6.5", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } +tower-http = { version = "=0.6.6", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } tracing = "=0.1.41" tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] } typomania = { version = "=0.1.2", default-features = false }