From 02d7f146f17c5db3f1c6e3970dc378493254b23d Mon Sep 17 00:00:00 2001 From: Johannes Becker <31668498+jkbecker@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:21:02 -0500 Subject: [PATCH] fix(security): bump tempfile version to 3.4.0 (#45) --- 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",