From be7b20c266822077cc63b3094c719f8b98998e3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:30:15 +0000 Subject: [PATCH] fix(deps): update rust crate httpmock to 0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e94472..8d33413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ dialoguer = "0.11" indicatif = "0.18.3" [dev-dependencies] -httpmock = "0.8" +httpmock = "0.8.2" tokio-test = "0.4" temp-env = "0.3" tempfile = "3.12"