Skip to content

Commit

Permalink
chore(deps): update handlebars requirement from =6.0.0 to =6.1.0
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@v6.0.0...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 18f2308 commit 605b861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clap = { version = "=4.5.17", features = ["std", "color", "suggestions", "cargo"
clap_complete = "=4.5.26"
petgraph = "=0.6.5"
ansi_term = "=0.12.1"
handlebars = "=6.0.0"
handlebars = "=6.1.0"
sha2 = "=0.10.8"
hex = "=0.4.3"
url = "=2.5.2"
Expand Down

0 comments on commit 605b861

Please sign in to comment.