Bump axum-test from 14.9.0 to 14.9.1 (#209)

Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 14.9.0 to 14.9.1.
- [Commits](https://github.com/JosephLenton/axum-test/commits)

---
updated-dependencies:
- dependency-name: axum-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 18:13:16 -03:00 committed by GitHub
parent b76401dbb1
commit c8342a9e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -181,9 +181,9 @@ dependencies = [
[[package]] [[package]]
name = "axum-test" name = "axum-test"
version = "14.9.0" version = "14.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dd121fc33f83778a00a366c18fc1ecf6e544c8acc15709a6216d4f94c2f27b" checksum = "4c5dd01c3ff7d926efc6db38bc9a2a5fe82ebe3bf85e44200a7ae3b6bda5f4e5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@ -25,7 +25,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "serde"] } uuid = { version = "1.6.1", features = ["v4", "fast-rng", "serde"] }
[dev-dependencies] [dev-dependencies]
axum-test = "14.9.0" axum-test = "14.9.1"
coordinator = { path = "../coordinator" } coordinator = { path = "../coordinator" }
reqwest = { version = "0.12.4", features = ["json"] } reqwest = { version = "0.12.4", features = ["json"] }
regex = "1.10.4" regex = "1.10.4"