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:
parent
27a63e9762
commit
a72be50dcf
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue