Skip to content

Commit

Permalink
build(deps): update handlebars_misc_helpers requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [handlebars_misc_helpers](https://github.com/davidB/handlebars_misc_helpers) to permit the latest version.
- [Release notes](https://github.com/davidB/handlebars_misc_helpers/releases)
- [Changelog](https://github.com/davidB/handlebars_misc_helpers/blob/master/release-plz.toml)
- [Commits](davidB/handlebars_misc_helpers@0.16.3...v0.17.0)

---
updated-dependencies:
- dependency-name: handlebars_misc_helpers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 13a0fd5 commit 42fd520
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 @@ -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.16", default-features = false, features = [
handlebars_misc_helpers = { version = "0.17", default-features = false, features = [
"string",
"json",
] }
Expand Down

0 comments on commit 42fd520

Please sign in to comment.