From f8dd6875b813d392664891df761fc1e518b3b68f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:16:45 +0000 Subject: [PATCH] chore(deps): update rust crate handlebars to v6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 683eaba9e..baf3ddfb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,9 +382,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "5.1.2" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" +checksum = "5226a0e122dc74917f3a701484482bed3ee86d016c7356836abbaa033133a157" dependencies = [ "log", "pest", diff --git a/Cargo.toml b/Cargo.toml index dcac9cf81..93883a176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ serde = { version = "1.0.157", features = ["derive"] } [dev-dependencies] serde_yaml = "0.8" tera = { version = "1.19", default-features = false } -handlebars = "5.1" +handlebars = "6.0" serde_derive = "1.0" serde_json = "1.0" regex = "1.10"