diff --git a/Cargo.lock b/Cargo.lock index dca7d20..aae6a00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3473,9 +3473,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 7a21f22..f70dcb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ tempfile = "3.23.0" thiserror = "2.0.17" tokio = { version = "1.48.0", features = ["full"] } tokio-stream = "0.1.17" -tower-http = { version = "0.6.6", features = ["cors"] } +tower-http = { version = "0.6.7", features = ["cors"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } url = "2.5.4"