From 45c03a475381bfe5c90f53299b190b6f5e5df6a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:45:19 +0000 Subject: [PATCH] fix(deps): update rust crate temp-env to 0.3.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01421d3..3ac94f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ indicatif = "0.18.3" [dev-dependencies] httpmock = "0.8.2" tokio-test = "0.4" -temp-env = "0.3" +temp-env = "0.3.6" tempfile = "3.12" futures = "0.3.31" assert_cmd = "2.0"