diff --git a/Cargo.lock b/Cargo.lock index 76f0364..a8461ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3495,9 +3495,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 96622d7..c49a5d1 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.7", features = ["cors"] } +tower-http = { version = "0.6.8", features = ["cors"] } tracing = "0.1.43" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } url = "2.5.4"