diff --git a/Cargo.lock b/Cargo.lock index 50c18e9..554251d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,9 +599,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.4" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 35f13c4..c12ae40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ tokio = { version = "1.45.1", features = [ "rt-multi-thread", "signal", ] } -tower-http = { version = "0.6.4", features = ["trace"] } +tower-http = { version = "0.6.6", features = ["trace"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }