Bump wiremock from 0.5.16 to 0.5.17

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.16 to 0.5.17.
- [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.16...v0.5.17)

---
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-01-12 12:02:40 +00:00 committed by GitHub
parent b2a2244470
commit c925f6613d
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

@ -4054,9 +4054,9 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.5.16"
version = "0.5.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631cafe37a030d8453218cf7c650abcc359be8fba4a2fbc5c27fdb9728635406"
checksum = "12316b50eb725e22b2f6b9c4cbede5b7b89984274d113a7440c86e5c3fc6f99b"
dependencies = [
"assert-json-diff",
"async-trait",

View file

@ -60,7 +60,7 @@ pretty_assertions = "1.3.0"
predicates = "2.1.5"
tempfile = "3.3.0"
uuid = { version = "1.2.2", features = ["v4"] }
wiremock = "0.5.16"
wiremock = "0.5.17"
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

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