From f1f6d02e0b4f1e5778eda93ed729544df35d8c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:17:21 +0000 Subject: [PATCH] Bump wiremock from 0.5.14 to 0.5.15 Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.14 to 0.5.15. - [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.14...v0.5.15) --- updated-dependencies: - dependency-name: wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 cb93e2b..b049657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3721,9 +3721,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.14" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc3c7b7557dbfdad6431b5a51196c9110cef9d83f6a9b26699f35cdc0ae113ec" +checksum = "249dc68542861d17eae4b4e5e8fb381c2f9e8f255a84f6771d5fdf8b6c03ce3c" dependencies = [ "assert-json-diff", "async-trait", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 4ab2fa4..f022a1e 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -58,7 +58,7 @@ assert_cmd = "2.0.4" predicates = "2.1.1" tempfile = "3.3.0" uuid = { version = "1.1.2", features = ["v4"] } -wiremock = "0.5.14" +wiremock = "0.5.15" tracing-subscriber = { version = "0.3.16", 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 cf6633b..29fd9dd 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -61,7 +61,7 @@ features = ["runtime-tokio"] [dev-dependencies] doc-comment = "0.3.3" tempfile = "3.3.0" -wiremock = "0.5.14" +wiremock = "0.5.15" [features] # Vendor OpenSSL instead of dynamically linking it at runtime.