From 38b7fde3519c0534e49448dd07eac5749bb353b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 22:23:30 +0000 Subject: [PATCH] Update wiremock requirement from 0.5.10 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.10...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 6d747b9..3b853ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ thiserror = "1.0.30" dotenv = "0.15.0" lazy_static = "1.4.0" tokio = { version = "1.15.0", features = ["rt", "macros"] } -wiremock = "0.5.10" +wiremock = "0.6.0"