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:
parent
b76401dbb1
commit
c8342a9e96
|
@ -181,9 +181,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "axum-test"
|
||||
version = "14.9.0"
|
||||
version = "14.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c1dd121fc33f83778a00a366c18fc1ecf6e544c8acc15709a6216d4f94c2f27b"
|
||||
checksum = "4c5dd01c3ff7d926efc6db38bc9a2a5fe82ebe3bf85e44200a7ae3b6bda5f4e5"
|
||||
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.9.0"
|
||||
axum-test = "14.9.1"
|
||||
coordinator = { path = "../coordinator" }
|
||||
reqwest = { version = "0.12.4", features = ["json"] }
|
||||
regex = "1.10.4"
|
||||
|
|
Loading…
Reference in New Issue