From 592f9f0c4c323d388dc9fcf2291d493054be26d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:29:16 +0000 Subject: [PATCH] chore(deps): update rust crate mockito to 0.32.0 --- macbrew-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macbrew-proxy/Cargo.toml b/macbrew-proxy/Cargo.toml index 545f14c..c978c1e 100644 --- a/macbrew-proxy/Cargo.toml +++ b/macbrew-proxy/Cargo.toml @@ -25,6 +25,6 @@ hexplay = "0.2.1" chrono = "0.4" [dev-dependencies] -mockito = "0.30.0" +mockito = "0.32.0" insta = "1.7.1" tokio-test = "0.4.2"