From 2f085d1b0833fb88b1b0d972c1af8f6605a04fac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 19:26:50 +0000 Subject: [PATCH] Update Rust crate tower-http to v0.6.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 128742a8cd6..14a228894cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5584,9 +5584,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" +checksum = "a1cfca9ae570b2a6efc764a88e914c29b3dfaa1fafe5f495812ae97ec9bc4d53" dependencies = [ "async-compression", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index f92991385ee..b3ee0658321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ tokio-postgres = "=0.7.13" tokio-util = "=0.7.15" toml = "=0.8.22" tower = "=0.5.2" -tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } +tower-http = { version = "=0.6.3", 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 }