From 64f1879fb482c01ecfe5f27f53b3d81713d6406d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:28:33 +0000 Subject: [PATCH] build(deps): update handlebars requirement from 5 to 6 Updates the requirements on [handlebars](https://github.com/sunng87/handlebars-rust) to permit the latest version. - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/Cargo.toml b/generator/Cargo.toml index ea0165b..85ca69f 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0" clap = { version = "4", features = ["derive"] } cruet = "0.14" glob = "0.3" -handlebars = { version = "5", features = ["dir_source"] } +handlebars = { version = "6", features = ["dir_source"] } handlebars_misc_helpers = { version = "0.16", default-features = false, features = [ "string", "json",