diff --git a/Cargo.lock b/Cargo.lock index 58fea32..bbcba4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,9 +181,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "14.4.0" +version = "14.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673f937bbc7eaadff359e2797c0de2c20e02c9db5bd6f2aed457c7ae93559b9b" +checksum = "db705caa0b050aa7247c4748293b09e4cddaf7a3c4a87faf145859c11ce501e3" dependencies = [ "anyhow", "async-trait", diff --git a/server/Cargo.toml b/server/Cargo.toml index 1ffce2a..1b2ec75 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -25,7 +25,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } uuid = { version = "1.6.1", features = ["v4", "fast-rng", "serde"] } [dev-dependencies] -axum-test = "14.2.2" +axum-test = "14.8.0" coordinator = { path = "../coordinator" } reqwest = { version = "0.11.26", features = ["json"] } regex = "1.10.4"