From 54efc842a3d9833ca945e87ca5a81611bf2eb29e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 22:59:26 +0000 Subject: [PATCH] chore(deps): pin rust crate tempfile to =3.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41063e1..f87e047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ selectors = "0.22" indexmap = "2.2.6" [dev-dependencies] -tempfile = "3" +tempfile = "=3.17.0"