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]