diff --git a/Cargo.lock b/Cargo.lock index 5fa5eea..2bf4dd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2326,9 +2326,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 4113b7d..5724cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ toml = "1.1.2" regex = "1.12.3" tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] } -tower-http = { version = "0.6.10", features = ["trace"] } +tower-http = { version = "0.6.11", features = ["trace"] } http = "1.4" http-body-util = "0.1.3" bytes = "1.11.1"