From 82cf6c63df1508f5451432fd03b4ab0be1e8666d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 01:14:58 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c07736..f3dd384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 0bd972f..5371a39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.