diff --git a/Cargo.lock b/Cargo.lock index 471ea27..29f25f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3777,9 +3777,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.11" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "359a3231e905044f3993eb5f85dbc99f8b88e078c376f0f2c7bd2d7d729301da" +checksum = "08965ad3b91480b5bebbd4a7987eb8607ed8ad5afad9b39c70a9f931b8b19250" dependencies = [ "assert-json-diff", "async-trait", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 372c417..4863dd6 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -53,7 +53,7 @@ predicates = "2.1.1" pretty_assertions = "1.1.0" tempfile = "3.3.0" uuid = { version = "0.8.2", features = ["v4"] } -wiremock = "0.5.11" +wiremock = "0.5.12" tracing-subscriber = { version = "0.3.9", 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 a1342f7..b717fe3 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -62,7 +62,7 @@ features = ["runtime-tokio"] doc-comment = "0.3.3" pretty_assertions = "1.1.0" tempfile = "3.3.0" -wiremock = "0.5.11" +wiremock = "0.5.12" [features] vendored-openssl = ["openssl-sys/vendored"]