diff --git a/Cargo.lock b/Cargo.lock index e185332..aa981d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,9 +1110,9 @@ 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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fc6d327..3ad9f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.40.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" tower = { version = "0.5.1", features = ["util"] } -tower-http = { version = "0.5.2", features = ["fs", "trace"] } +tower-http = { version = "0.6.1", features = ["fs", "trace"] } hyper = { version = "1.4.1", features = ["server", "http1", "http2"] } mime_guess = "2.0.5" mime = "0.3.17"