Skip to content

Commit

Permalink
build(deps): update handlebars requirement from 5 to 6
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 98a9724 commit 30a5bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 30a5bf0

Please sign in to comment.