From f2a2c7676f5709f09ea5e2609cff19b9908455b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:51:25 +0000 Subject: [PATCH] build(deps): update rust crate tempfile to ^3.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28f1d16..bd3ae03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,4 +56,4 @@ plist = "~1.7.0" [dev-dependencies] approx = "0.5.1" -tempfile = "^3.14.0" +tempfile = "^3.15.0"