Bump axum-test from 14.4.0 to 14.8.0 (#191)

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

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

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-04-19 16:45:07 -03:00 committed by GitHub
parent 27a63e9762
commit a72be50dcf
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]]
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",

View File

@ -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"