From 7c0e7f91fed291389e452d43b64dea499505e0c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 00:22:36 -0300 Subject: [PATCH] chore(deps) Update Rust crate handlebars to 3.1 (#636) Co-authored-by: Renovate Bot --- cli/tauri-bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 1b817e4a0..1d87f394d 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -36,7 +36,7 @@ toml = "0.5.6" uuid = { version = "0.8", features = ["v5"] } walkdir = "2" lazy_static = { version = "1.4" } -handlebars = { version = "3.0" } +handlebars = { version = "3.1" } [target.'cfg(target_os = "windows")'.dependencies] attohttpc = { version = "0.13.0" }