From bd2330d05eb02c1417ebcb71a2f6d6bb8fe7be30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 22:45:52 +0000 Subject: [PATCH] Update Rust crate tower-http to v0.6.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9537f43c4e2..98687180eaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5595,9 +5595,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1cfca9ae570b2a6efc764a88e914c29b3dfaa1fafe5f495812ae97ec9bc4d53" +checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e" dependencies = [ "async-compression", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index acb360f5e6b..473c4b4f927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ tokio-postgres = "=0.7.13" tokio-util = "=0.7.15" toml = "=0.8.22" tower = "=0.5.2" -tower-http = { version = "=0.6.3", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } +tower-http = { version = "=0.6.4", 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 }