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 }