From f170740152de1a5411efff66aabbe0ac266d2b02 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sun, 19 Jan 2025 00:05:07 +0000 Subject: [PATCH] Update `tempfile` requirement to version 3.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e68b5f..25083c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ lcov = "0.8" remain = "0.2" serde_json = "1.0" sha2 = "0.10" -tempfile = "3.14" +tempfile = "3.15" [dev-dependencies] ctor = "0.2"