diff --git a/Cargo.lock b/Cargo.lock index 7b9759a12..0ea1f6e5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,9 +438,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "19.1.1" +version = "20.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a28640adad0e99978d38bc455b323c62a5cddc4e22f83eacde93f8c395ae7e3" +checksum = "43c6a2f1d97ee33c39f13dacc0f84ae781a9c2ed373a75bad1129094f5a7c4bd" dependencies = [ "anyhow", "axum 0.8.9", diff --git a/crates/terraphim_validation/Cargo.toml b/crates/terraphim_validation/Cargo.toml index 91e6895c0..93fe5afe4 100644 --- a/crates/terraphim_validation/Cargo.toml +++ b/crates/terraphim_validation/Cargo.toml @@ -71,7 +71,7 @@ term_size = "0.3" # Docker and container support bollard = { version = "0.20", optional = true } ahash = "0.8.12" -axum-test = "19.1.1" +axum-test = "20.1.0" # Platform-specific dependencies [target.'cfg(unix)'.dependencies] diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index bdca7d8a7..d15e1f505 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -90,7 +90,7 @@ terraphim_agent = { version = "1.20.4", features = ["server"] } urlencoding = "2.1.3" tokio = { workspace = true } reqwest = { workspace = true } -axum-test = "19" +axum-test = "20" futures-util = "0.3" [dev-dependencies.tempfile]