diff --git a/Cargo.lock b/Cargo.lock index ec2c944..c7d473b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2396,15 +2396,14 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" dependencies = [ "bitflags 2.6.0", "bytes", "http", "http-body", - "http-body-util", "pin-project-lite", "tower-layer", "tower-service", diff --git a/crates/dead-man-switch-web/Cargo.toml b/crates/dead-man-switch-web/Cargo.toml index 6401a97..e2cd0cf 100644 --- a/crates/dead-man-switch-web/Cargo.toml +++ b/crates/dead-man-switch-web/Cargo.toml @@ -14,7 +14,7 @@ askama = "0.12.1" axum = "0.7.5" serde = { version = "1.0.128", features = ["derive"] } tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] } -tower-http = { version = "0.5.2", features = ["tracing", "trace", "cors"] } +tower-http = { version = "0.6.1", features = ["tracing", "trace", "cors"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"