From a1726e7dbf2dfc686cc23e103ff9b64787b84f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 17:30:52 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 471ea27..29f25f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 372c417..4863dd6 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -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 diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index a1342f7..b717fe3 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -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"]