From 30eae51426dcd9b90dcc18fe033dec43a1a86fb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 10:15:05 -0300 Subject: [PATCH] chore(deps) Update Rust crate tempfile to 3.3.0 (#3202) Co-authored-by: Renovate Bot --- tooling/bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index 772757bc3..776fb09e5 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -39,7 +39,7 @@ toml = "0.5.8" walkdir = "2" handlebars = { version = "4.2" } zip = { version = "0.5" } -tempfile = "3.2.0" +tempfile = "3.3.0" regex = "1" [target."cfg(target_os = \"windows\")".dependencies]