diff --git a/Cargo.lock b/Cargo.lock index 952148f0..27afd1f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,9 +236,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "15.6.0" +version = "15.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e1c84a9311539c426a1cb95137308aaa847baedfe6f3d049d57bdefedd8107e" +checksum = "05de9a36258224d347fb3c474737dee7543fe4c7ccebabd472d9151f730f5dcd" dependencies = [ "anyhow", "auto-future", diff --git a/Cargo.toml b/Cargo.toml index eea5af21..e277d542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ url = { version = "2", features = ["serde"] } [dev-dependencies] assert_cmd = "2.0.16" -axum-test = "15.6.0" +axum-test = "15.7.1" fake = "2.9.2" [[bin]]