From 35e1879cc4b23c131ece29c6c29503a680049cda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:23:39 +0000 Subject: [PATCH] build(deps): update rust crate tempfile to ^3.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28f1d16..f73503b 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.16.0"