diff --git a/Cargo.lock b/Cargo.lock index 9c4cd95c..8a491942 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2397,7 +2397,7 @@ dependencies = [ "tokio", "tokio-test", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "uuid", "validator", @@ -2452,7 +2452,7 @@ dependencies = [ "tokio-test", "tokio-tungstenite 0.20.1", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "tracing-subscriber", "tungstenite 0.24.0", @@ -2485,7 +2485,7 @@ dependencies = [ "tokio", "tokio-test", "tower 0.4.13", - "tower-http 0.5.2", + "tower-http", "tracing", "uuid", "validator", @@ -2775,7 +2775,7 @@ dependencies = [ "sync_wrapper 1.0.2", "tokio", "tower 0.5.2", - "tower-http 0.6.6", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -3718,36 +3718,20 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "base64 0.21.7", - "bitflags 2.9.1", - "bytes", - "http 1.3.1", - "http-body 1.0.1", - "http-body-util", - "mime", - "pin-project-lite", - "tower-layer", - "tower-service", -] - [[package]] name = "tower-http" version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ + "base64 0.22.1", "bitflags 2.9.1", "bytes", "futures-util", "http 1.3.1", "http-body 1.0.1", "iri-string", + "mime", "pin-project-lite", "tower 0.5.2", "tower-layer", diff --git a/Cargo.toml b/Cargo.toml index 9d85c69e..3121e5df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ url = "2.4" # HTTP/Web axum = { version = "0.7", features = ["ws"] } tower = { version = "0.4" } -tower-http = { version = "0.5", features = ["cors", "auth"] } +tower-http = { version = "0.6", features = ["cors", "auth"] } hyper = { version = "1.4", features = ["full"] } # WebSocket