Skip to content

Commit 332c455

Browse files
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] <support@github.com>
1 parent d4eb928 commit 332c455

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/terraphim_validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ term_size = "0.3"
7171
# Docker and container support
7272
bollard = { version = "0.20", optional = true }
7373
ahash = "0.8.12"
74-
axum-test = "19.1.1"
74+
axum-test = "20.1.0"
7575

7676
# Platform-specific dependencies
7777
[target.'cfg(unix)'.dependencies]

terraphim_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ terraphim_agent = { version = "1.20.4", features = ["server"] }
9090
urlencoding = "2.1.3"
9191
tokio = { workspace = true }
9292
reqwest = { workspace = true }
93-
axum-test = "19"
93+
axum-test = "20"
9494
futures-util = "0.3"
9595

9696
[dev-dependencies.tempfile]

0 commit comments

Comments
 (0)