From c68bd69defbbed61bb0d183ddc14e422e81d12dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:18:44 +0000 Subject: [PATCH] build(deps): update rust crate tempfile to ^3.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46fcb4e..6c12720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,4 +56,4 @@ plist = "~1.7.0" [dev-dependencies] approx = "0.5.1" -tempfile = "^3.12.0" +tempfile = "^3.13.0"