From e1e0c76cb342b40334ec7c323ce9ee1980654ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 04:04:34 +0000 Subject: [PATCH] Update wiremock requirement from 0.5.3 to 0.6.0 Updates the requirements on [wiremock](https://github.com/LukeMathWalker/wiremock-rs) to permit the latest version. - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.3...v0.6.0) --- updated-dependencies: - dependency-name: wiremock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 032f5fb2..50399d46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ tokio = { version = "1.17.0", default-features = false, features = [ "time", ] } tokio-test = "0.4.2" -wiremock = "0.5.3" +wiremock = "0.6.0" crypto_box = { version = "0.8.2", features = ["seal"] } base64 = "0.21.2" pretty_assertions = "1.4.0"