From c20fa86f41cbbe600ec363f22ea97838627261ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 03:47:56 +0000 Subject: [PATCH] fix(deps): update rust crate handlebars to v5 --- Cargo.lock | 4 ++-- crates/packager/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b0f5115..e9a35baf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3278,9 +3278,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.5.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" +checksum = "c73166c591e67fb4bf9bc04011b4e35f12e89fe8d676193aa263df065955a379" dependencies = [ "log", "pest", diff --git a/crates/packager/Cargo.toml b/crates/packager/Cargo.toml index 6334ca88..b7d58da9 100644 --- a/crates/packager/Cargo.toml +++ b/crates/packager/Cargo.toml @@ -55,7 +55,7 @@ hex = "0.4" sha1 = "0.10" sha2 = "0.10" zip = { version = "0.6", default-features = false, features = [ "deflate" ] } -handlebars = "4.5" +handlebars = "5.1" glob = "0.3" relative-path = "1.9" walkdir = "2"