From 9dc9b76c6821ee51b95937b2045e98cb00b47d43 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sun, 25 May 2025 19:50:25 -0400 Subject: [PATCH] Bump tempfile 3.19.1 -> 3.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bac265f..016a1bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ sha1 = "0.10.6" sha2 = "0.10.9" [dev-dependencies] -tempfile = "3.19.1" +tempfile = "3.20.0" tmp-path = "0.1.2"