From a79967ca8a30ac6fdc97b55bc4a44e7268a337be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 Jan 2022 20:05:05 +0000 Subject: [PATCH] Update Rust crate tempfile to 3.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd2f6f61..5e634a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ riff_info_list = [] [dev-dependencies] criterion = { version = "0.3.5", features = ["html_reports"] } -tempfile = "3.2.0" +tempfile = "3.3.0" # tag_writer example structopt = { version = "0.3.25", default-features = false }