diff --git a/Cargo.lock b/Cargo.lock index 9b4a1e626c4..16c4ea5bad0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7053,15 +7053,14 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "41515cc9e193536d93fd0dbbea0c73819c08eca76e0b30909a325c3ec90985bb" dependencies = [ "bitflags 2.6.0", "bytes", "http 1.1.0", "http-body 1.0.0", - "http-body-util", "pin-project-lite", "tower-layer", "tower-service", diff --git a/Cargo.toml b/Cargo.toml index 75d255cc73f..a5b3b5534f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ utoipa = { version = "=4.2.3", default-features = false } uuid = { version = "=1.10.0", default-features = false } time = { version = "=0.3.36", default-features = false } tokio-postgres = { version = "=0.7.12", default-features = false } -tower-http = { version = "=0.5.2", features = ["trace"] } +tower-http = { version = "=0.6.0", features = ["trace"] } # Shared third-party dependencies ansi-to-html = { version = "=0.2.1", default-features = false }