From 54ab35b5e09dc4e272fc86873f8479a2ed36c0ef Mon Sep 17 00:00:00 2001 From: Crypto-Spartan Date: Mon, 28 Feb 2022 20:34:43 +0000 Subject: [PATCH] update tempfile v3.2.0 -> v3.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9182785..f8e8a4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tar = "0.4.38" xz2 = "0.1.6" zip = { version = "0.5.13", default-features = false } zstd = { version = "0.10.0", default-features = false } -tempfile = "3.2.0" +tempfile = "3.3.0" ignore = "0.4.18" indicatif = "0.16.2"