Bump wiremock from 0.5.0 to 0.5.1 (#159)

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.0 to 0.5.1.
- [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.0...v0.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-26 01:14:58 +01:00 committed by GitHub
parent e46710ee68
commit 82cf6c63df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3028,9 +3028,9 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8af3a78ec915ad57a26b684e781c984c929aa5b6b9d0b75c27decc872c01b973"
checksum = "332f3721ded09a5fce40e39ad681f0ec677b466d8aa3d3eb9905a88b2a45ac45"
dependencies = [
"async-trait",
"deadpool",

View file

@ -43,7 +43,7 @@ derive_builder = "0.9.0"
deadpool = "0.7.0"
shellexpand = "2.1.0"
lazy_static = "1.4.0"
wiremock = "0.5.0"
wiremock = "0.5.1"
openssl-sys = "0.9.60"
serde_json = "1.0.62"
# Make build work on Apple Silicon.