diff --git a/Cargo.lock b/Cargo.lock index d880e5c..72e5a07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1635,15 +1635,14 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" dependencies = [ "bitflags", "bytes", "http 1.1.0", "http-body", - "http-body-util", "pin-project-lite", "tower-layer", "tower-service", diff --git a/Cargo.toml b/Cargo.toml index b2f1fe1..ede65f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tokio = { version = "1.36.0", features = [ "signal", ] } tower = "0.4.13" -tower-http = { version = "0.5.2", features = ["trace"] } +tower-http = { version = "0.6.2", features = ["trace"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } xxhash-rust = { version = "0.8.12", features = ["xxh3"] }