diff --git a/Cargo.lock b/Cargo.lock index f252574d..45c5117c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4053,9 +4053,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" +checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8240ffc1..abe64a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ axum = { version = "0.8.9", default-features = false, features = [ tower = { version = "0.5.2", default-features = false, features = [ "util", ], optional = true } -tower-http = { version = "0.6.10", default-features = false, features = [ +tower-http = { version = "0.6.11", default-features = false, features = [ "fs", "trace", ], optional = true }