Bump wiremock from 0.5.11 to 0.5.12 (#582)

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.11 to 0.5.12.
- [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.11...v0.5.12)

---
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-04-04 17:30:52 +02:00 committed by GitHub
parent debe958766
commit a1726e7dbf
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

@ -3777,9 +3777,9 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.5.11"
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "359a3231e905044f3993eb5f85dbc99f8b88e078c376f0f2c7bd2d7d729301da"
checksum = "08965ad3b91480b5bebbd4a7987eb8607ed8ad5afad9b39c70a9f931b8b19250"
dependencies = [
"assert-json-diff",
"async-trait",

View file

@ -53,7 +53,7 @@ predicates = "2.1.1"
pretty_assertions = "1.1.0"
tempfile = "3.3.0"
uuid = { version = "0.8.2", features = ["v4"] }
wiremock = "0.5.11"
wiremock = "0.5.12"
tracing-subscriber = { version = "0.3.9", 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"]
doc-comment = "0.3.3"
pretty_assertions = "1.1.0"
tempfile = "3.3.0"
wiremock = "0.5.11"
wiremock = "0.5.12"
[features]
vendored-openssl = ["openssl-sys/vendored"]