From 8077c897cba32c24d042d65d989f8ba244f5a411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:58:22 +0000 Subject: [PATCH] Bump wiremock from 0.5.18 to 0.5.19 Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.18 to 0.5.19. - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.18...v0.5.19) --- 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 b2051cc..8c7416d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4402,9 +4402,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.18" +version = "0.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7b0b5b253ebc0240d6aac6dd671c495c467420577bf634d3064ae7e6fa2b4c" +checksum = "c6f71803d3a1c80377a06221e0530be02035d5b3e854af56c6ece7ac20ac441d" dependencies = [ "assert-json-diff", "async-trait", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index b7a61ba..aa86630 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -62,7 +62,7 @@ pretty_assertions = "1.3.0" predicates = "3.0.3" tempfile = "3.5.0" uuid = { version = "1.3.3", features = ["v4"] } -wiremock = "0.5.18" +wiremock = "0.5.19" tracing-subscriber = { version = "0.3.17", 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 0802c8d..f7ad9b3 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.18" +wiremock = "0.5.19" serde_json = "1.0.96" [features]