From 38a7e0a66f6a2e63e765d4ecceb50dbcb922b025 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 29 Jun 2025 17:09:11 -0400 Subject: [PATCH] Updated tempfile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a96ed4..e5dc236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = [dev-dependencies] common-multipart-rfc7578 = { version = "0.7.0" } url = { version = "2.5.4" } -tempfile = { version = "3.19.1" } +tempfile = { version = "3.20.0" }