From ecb65c3ed434a538cfc508e8162e02ef5ef1136d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 07:10:13 +0000 Subject: [PATCH] Bump wiremock from 0.4.3 to 0.4.5 Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.4.3 to 0.4.5. - [Release notes](https://github.com/LukeMathWalker/wiremock-rs/releases) - [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.4.3...v0.4.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9567b57..a6e0c10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3469,22 +3469,22 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2221f97b96123960906b457fd816b0013f3a8b018e60d778c128a5592de85a" +checksum = "26d66bd56d9e05909963026d61497f39c7790ca30edaa07222acf073c4e742e7" dependencies = [ "async-trait", "deadpool 0.6.0", "futures", "futures-timer", "http-types", - "hyper 0.13.9", + "hyper 0.14.2", "log", "once_cell", "regex", "serde", "serde_json", - "tokio 0.2.22", + "tokio 1.0.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5bec34f..43236d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ derive_builder = "0.9.0" deadpool = "0.7.0" shellexpand = "2.1.0" lazy_static = "1.4.0" -wiremock = "0.4.3" +wiremock = "0.4.5" openssl-sys = "0.9.60" serde_json = "1.0.61"