diff --git a/Cargo.lock b/Cargo.lock index 7f1d036..d8a40f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2260,7 +2260,7 @@ dependencies = [ "tokio-rustls", "tokio-util", "tower 0.5.3", - "tower-http 0.6.10", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -2681,7 +2681,7 @@ dependencies = [ "tokio-stream", "tokio-test", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "tracing-subscriber", "uuid", @@ -2984,23 +2984,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "bitflags 2.11.1", - "bytes", - "http 1.4.0", - "http-body", - "http-body-util", - "pin-project-lite", - "tower-layer", - "tower-service", - "tracing", -] - [[package]] name = "tower-http" version = "0.6.10" @@ -3021,6 +3004,7 @@ dependencies = [ "tower 0.5.3", "tower-layer", "tower-service", + "tracing", "url", ] diff --git a/Cargo.toml b/Cargo.toml index 0f8a761..07dad9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tokio-stream = "0.1" async-stream = "0.3" futures = "0.3" tower = "0.4" -tower-http = { version = "0.5", features = ["cors", "trace"] } +tower-http = { version = "0.6", features = ["cors", "trace"] } bytes = "1" arc-swap = "1" notify = "7"