Bump wiremock from 0.5.18 to 0.5.19

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.18 to 0.5.19.
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.18...v0.5.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-07 12:58:22 +00:00 committed by GitHub
parent 503a23065f
commit 8077c897cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -4402,9 +4402,9 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.5.18"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd7b0b5b253ebc0240d6aac6dd671c495c467420577bf634d3064ae7e6fa2b4c"
checksum = "c6f71803d3a1c80377a06221e0530be02035d5b3e854af56c6ece7ac20ac441d"
dependencies = [
"assert-json-diff",
"async-trait",

View file

@ -62,7 +62,7 @@ pretty_assertions = "1.3.0"
predicates = "3.0.3"
tempfile = "3.5.0"
uuid = { version = "1.3.3", features = ["v4"] }
wiremock = "0.5.18"
wiremock = "0.5.19"
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["fmt", "registry", "env-filter"] }
# console-subscriber is not yet published to crates.io

View file

@ -62,7 +62,7 @@ features = ["runtime-tokio"]
[dev-dependencies]
doc-comment = "0.3.3"
tempfile = "3.5.0"
wiremock = "0.5.18"
wiremock = "0.5.19"
serde_json = "1.0.96"
[features]