diff --git a/Cargo.lock b/Cargo.lock index e5e8dd5..ab08f2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4054,9 +4054,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.16" +version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "631cafe37a030d8453218cf7c650abcc359be8fba4a2fbc5c27fdb9728635406" +checksum = "12316b50eb725e22b2f6b9c4cbede5b7b89984274d113a7440c86e5c3fc6f99b" dependencies = [ "assert-json-diff", "async-trait", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 4593813..1f0128a 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -60,7 +60,7 @@ pretty_assertions = "1.3.0" predicates = "2.1.5" tempfile = "3.3.0" uuid = { version = "1.2.2", features = ["v4"] } -wiremock = "0.5.16" +wiremock = "0.5.17" 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 2e17219..cef54d1 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.16" +wiremock = "0.5.17" [features] # Vendor OpenSSL instead of dynamically linking it at runtime.