From 2a941659012babe9fea5f7aa29627baaea724f32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 13:45:48 -0300 Subject: [PATCH] chore(deps) Update Rust crate handlebars to 4.2 (#3171) 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 4a7478a0e..772757bc3 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -37,7 +37,7 @@ tar = "0.4" termcolor = "1.1.2" toml = "0.5.8" walkdir = "2" -handlebars = { version = "4.1" } +handlebars = { version = "4.2" } zip = { version = "0.5" } tempfile = "3.2.0" regex = "1"