From fc571ea2ce91069cc3a45c6798e0ac6757729760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:57:43 -0300 Subject: [PATCH] chore(deps) Update Rust crate tempfile to 3.8.1 (dev) (#8150) 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 d80344332..cda994c77 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -28,7 +28,7 @@ strsim = "0.10.0" tar = "0.4.40" walkdir = "2" handlebars = "4.4" -tempfile = "3.8.0" +tempfile = "3.8.1" log = { version = "0.4.20", features = [ "kv_unstable" ] } dirs-next = "2.0" os_pipe = "1"