Skip to content

Commit 98a9724

Browse files
build(deps): update handlebars_misc_helpers requirement (#28)
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](davidB/handlebars_misc_helpers@0.15.0...0.16.3) --- updated-dependencies: - dependency-name: handlebars_misc_helpers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68a69be commit 98a9724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clap = { version = "4", features = ["derive"] }
1515
cruet = "0.14"
1616
glob = "0.3"
1717
handlebars = { version = "5", features = ["dir_source"] }
18-
handlebars_misc_helpers = { version = "0.15", default-features = false, features = [
18+
handlebars_misc_helpers = { version = "0.16", default-features = false, features = [
1919
"string",
2020
"json",
2121
] }

0 commit comments

Comments
 (0)