diff --git a/Cargo.lock b/Cargo.lock index 9537f43c4e..98687180ea 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 acb360f5e6..473c4b4f92 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 }