From ff41414db7f1197e1fc6366ed88d63ddecaf166b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:18:14 +0000 Subject: [PATCH] chore(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 263a68b..6fad2f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ acl-sys = "1.2.2" libc = "0.2.132" [dev-dependencies] -tempfile = "3.8.1" +tempfile = "3.10.1"