diff --git a/Cargo.lock b/Cargo.lock index 57fab39d6dd..424e93e20b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4632,9 +4632,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 = [ "bitflags", "bytes", diff --git a/iroh-dns-server/Cargo.toml b/iroh-dns-server/Cargo.toml index 951382138b2..e9df2a7b403 100644 --- a/iroh-dns-server/Cargo.toml +++ b/iroh-dns-server/Cargo.toml @@ -50,7 +50,7 @@ tokio-rustls-acme = { version = "0.8", features = ["axum"] } tokio-stream = "0.1.14" tokio-util = "0.7" toml = "0.9.2" -tower-http = { version = "0.6.1", features = ["cors", "trace"] } +tower-http = { version = "0.6.8", features = ["cors", "trace"] } tower_governor = { version = "0.8", default-features = false, features = ["axum"] } tracing = "0.1" tracing-subscriber = "0.3.18"