From 9ee5e13e08885667b5200c78453261e8cbd174d3 Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Tue, 7 Mar 2023 13:49:22 +0100 Subject: [PATCH] bump tempfile version to 3.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f7c3b4..7a14249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0.68" sha1 = "0.10.5" sha2 = "0.10.6" ssri = "8.0.0" -tempfile = "3.2.0" +tempfile = "3.4.0" thiserror = "1.0.29" tokio = { version = "1.12.0", features = [ "fs",