From 0f3b9ff7ac852042adb6c58b47411ffb34b217b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:57:59 +0000 Subject: [PATCH] Update Rust crate wiremock to 0.6.0 --- restcrab/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restcrab/Cargo.toml b/restcrab/Cargo.toml index e99f182..038a601 100644 --- a/restcrab/Cargo.toml +++ b/restcrab/Cargo.toml @@ -25,7 +25,7 @@ serde_json = { version = "1.0", optional = true } [dev-dependencies] async-std = { version = "1.12", features = [ "attributes" ] } fake = "2.5.0" -wiremock = "0.5.22" +wiremock = "0.6.0" [lib] name = "restcrab"