Bump wiremock from 0.5.17 to 0.5.18

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.17 to 0.5.18.
- [Release notes](https://github.com/LukeMathWalker/wiremock-rs/releases)
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.17...v0.5.18)

---
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-04-03 12:59:53 +00:00 committed by GitHub
parent a9603d6c95
commit 460a418c61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -4188,13 +4188,13 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.5.17"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12316b50eb725e22b2f6b9c4cbede5b7b89984274d113a7440c86e5c3fc6f99b"
checksum = "bd7b0b5b253ebc0240d6aac6dd671c495c467420577bf634d3064ae7e6fa2b4c"
dependencies = [
"assert-json-diff",
"async-trait",
"base64 0.13.1",
"base64 0.21.0",
"deadpool",
"futures",
"futures-timer",

View file

@ -61,7 +61,7 @@ pretty_assertions = "1.3.0"
predicates = "3.0.2"
tempfile = "3.5.0"
uuid = { version = "1.3.0", features = ["v4"] }
wiremock = "0.5.17"
wiremock = "0.5.18"
tracing-subscriber = { version = "0.3.16", 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.17"
wiremock = "0.5.18"
serde_json = "1.0.95"
[features]