Bump wiremock from 0.5.13 to 0.5.14 (#722)

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.13 to 0.5.14.
- [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.13...v0.5.14)

---
updated-dependencies:
- dependency-name: wiremock
  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:
dependabot[bot] 2022-08-05 19:35:22 +02:00 committed by GitHub
parent 092b8b0bf1
commit d68ffc30dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View file

@ -3893,12 +3893,13 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.5.13"
version = "0.5.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b12f508bdca434a55d43614d26f02e6b3e98ebeecfbc5a1614e0a0c8bf3e315"
checksum = "cc3c7b7557dbfdad6431b5a51196c9110cef9d83f6a9b26699f35cdc0ae113ec"
dependencies = [
"assert-json-diff",
"async-trait",
"base64",
"deadpool",
"futures",
"futures-timer",

View file

@ -55,7 +55,7 @@ assert_cmd = "2.0.4"
predicates = "2.1.1"
tempfile = "3.3.0"
uuid = { version = "1.1.2", features = ["v4"] }
wiremock = "0.5.13"
wiremock = "0.5.14"
tracing-subscriber = { version = "0.3.15", default-features = false, features = ["fmt", "registry", "env-filter"] }
# console-subscriber is not yet published to crates.io

View file

@ -61,7 +61,7 @@ features = ["runtime-tokio"]
[dev-dependencies]
doc-comment = "0.3.3"
tempfile = "3.3.0"
wiremock = "0.5.13"
wiremock = "0.5.14"
[features]
# Vendor OpenSSL instead of dynamically linking it at runtime.