diff --git a/Cargo.lock b/Cargo.lock index c46de79..15e263f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2191,9 +2191,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "async-compression", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 9180629..be9a5d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tower = "0.5.2" -tower-http = { version = "0.6.6", features = [ +tower-http = { version = "0.6.8", features = [ "fs", "compression-zstd", "normalize-path"