From 56714ede4d13bd674bf2e5974224b58d196c16c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:17:53 -0300 Subject: [PATCH] chore(deps) Update Rust crate tempfile to 3.7.0 (#7497) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 9b10ea568a1c..3af17b47830b 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -28,7 +28,7 @@ strsim = "0.10.0" tar = "0.4.39" walkdir = "2" handlebars = "4.3" -tempfile = "3.6.0" +tempfile = "3.7.0" log = { version = "0.4.19", features = [ "kv_unstable" ] } dirs-next = "2.0" os_pipe = "1"