Skip to content

Commit 30a5bf0

Browse files
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](sunng87/handlebars-rust@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98a9724 commit 30a5bf0

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
@@ -14,7 +14,7 @@ anyhow = "1.0"
1414
clap = { version = "4", features = ["derive"] }
1515
cruet = "0.14"
1616
glob = "0.3"
17-
handlebars = { version = "5", features = ["dir_source"] }
17+
handlebars = { version = "6", features = ["dir_source"] }
1818
handlebars_misc_helpers = { version = "0.16", default-features = false, features = [
1919
"string",
2020
"json",

0 commit comments

Comments
 (0)