diff --git a/Cargo.lock b/Cargo.lock index c097a3088ac..1f5313d768a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ dependencies = [ "tokio", "tokio-util", "tower", - "tower-http 0.7.0", + "tower-http 0.7.1", "tracing", "tracing-subscriber", "tracing-wasm", @@ -2589,7 +2589,7 @@ dependencies = [ "serde_json", "thirtyfour", "tokio", - "tower-http 0.7.0", + "tower-http 0.7.1", "tracing", "tracing-subscriber", "wasm-bindgen", @@ -6662,9 +6662,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" +checksum = "08a05a66a4fdd61cbbe0a1d755ffe0ca6aba159dd4820936a0ff8a8278245b9c" dependencies = [ "bitflags 2.13.1", "bytes",