From 332c455d9050b563c89d1028402579f04c8a40a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 12:26:48 +0000 Subject: [PATCH] chore(deps)(deps): bump axum-test from 19.1.1 to 20.1.0 Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 19.1.1 to 20.1.0. - [Release notes](https://github.com/JosephLenton/axum-test/releases) - [Commits](https://github.com/JosephLenton/axum-test/commits) --- updated-dependencies: - dependency-name: axum-test dependency-version: 20.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/terraphim_validation/Cargo.toml | 2 +- terraphim_server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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]