From c93c665b181ce1bd3957a4849bfe091f3cb18b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:23:02 +0000 Subject: [PATCH] build(deps): update handlebars_misc_helpers requirement Updates the requirements on [handlebars_misc_helpers](https://github.com/davidB/handlebars_misc_helpers) to permit the latest version. - [Changelog](https://github.com/davidB/handlebars_misc_helpers/blob/master/release.toml) - [Commits](https://github.com/davidB/handlebars_misc_helpers/compare/0.15.0...0.16.3) --- updated-dependencies: - dependency-name: handlebars_misc_helpers 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 1950e31..ea0165b 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -15,7 +15,7 @@ clap = { version = "4", features = ["derive"] } cruet = "0.14" glob = "0.3" handlebars = { version = "5", features = ["dir_source"] } -handlebars_misc_helpers = { version = "0.15", default-features = false, features = [ +handlebars_misc_helpers = { version = "0.16", default-features = false, features = [ "string", "json", ] }