From 78d276ba5d41fb683fc98e9b7a291ebb271d2733 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 12:00:47 +0000 Subject: [PATCH] fix(deps): update rust crate tempfile to 3.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d825fb..29dd867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde-xml-rs = "0.6" thiserror = "1.0" # fs -tempfile = "3.10" +tempfile = "3.10.1" [dev-dependencies] # testing