From 460a418c61a551f7d47ac08151698d5dfcec506a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:59:53 +0000 Subject: [PATCH] Bump wiremock from 0.5.17 to 0.5.18 Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.17 to 0.5.18. - [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.17...v0.5.18) --- updated-dependencies: - dependency-name: wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c07378c..96db61f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4188,13 +4188,13 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.17" +version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12316b50eb725e22b2f6b9c4cbede5b7b89984274d113a7440c86e5c3fc6f99b" +checksum = "bd7b0b5b253ebc0240d6aac6dd671c495c467420577bf634d3064ae7e6fa2b4c" dependencies = [ "assert-json-diff", "async-trait", - "base64 0.13.1", + "base64 0.21.0", "deadpool", "futures", "futures-timer", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index ffb3b18..c36a1d3 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -61,7 +61,7 @@ pretty_assertions = "1.3.0" predicates = "3.0.2" tempfile = "3.5.0" uuid = { version = "1.3.0", features = ["v4"] } -wiremock = "0.5.17" +wiremock = "0.5.18" 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 ab228d5..5754b79 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -62,7 +62,7 @@ features = ["runtime-tokio"] [dev-dependencies] doc-comment = "0.3.3" tempfile = "3.5.0" -wiremock = "0.5.17" +wiremock = "0.5.18" serde_json = "1.0.95" [features]