From 924931a0022c667d579f0dc6c62a594f559cafa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:47:29 +0000 Subject: [PATCH] Update Rust crate mockito to 1.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc6bf76..3245720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,5 +39,5 @@ xml-rs = "0.8.4" [dev-dependencies] cargo-llvm-cov = "0.6.6" -mockito = "1.0.2" +mockito = "1.6.1" test-case = "3.1.0"