diff --git a/Cargo.lock b/Cargo.lock index 658cb0d..37f9be5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "15.7.3" +version = "15.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c97bb6939ddcf3a94450a46839b57efc010dacd4ab9e462026ffbbf4e48492" +checksum = "ac63648e380fd001402a02ec804e7686f9c4751f8cad85b7de0b53dae483a128" dependencies = [ "anyhow", "auto-future", @@ -2082,9 +2082,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41515cc9e193536d93fd0dbbea0c73819c08eca76e0b30909a325c3ec90985bb" +checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f096920..9a2a1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ valico = "4.0.0" tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread"] } tokio-test = "0.4.4" tower = "0.5.1" -tower-http = { version = "0.6.0", features = ["trace", "fs", "cors"] } +tower-http = { version = "0.6.1", features = ["trace", "fs", "cors"] } hyper = "1.4.1" regex = "1.10.6" thiserror = "1.0.64" @@ -49,7 +49,7 @@ url = { version = "2", features = ["serde"] } [dev-dependencies] assert_cmd = "2.0.16" -axum-test = "15.7.3" +axum-test = "15.7.4" fake = "2.9.2" [[bin]]