Skip to content

Commit

Permalink
Bump handlebars from 5.1.2 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 5.1.2 to 6.1.0.
- [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.1.2...v6.1.0)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 888e624 commit 8a167c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build = "build.rs"
[build-dependencies]
clap = { version = "4.5.19", features = ["derive", "cargo"], optional = true }
clap_complete = { version = "4.5.32", optional = true }
handlebars = { version = "5.1.2", optional = true }
handlebars = { version = "6.1.0", optional = true }
serde_json = { version = "1.0.128", optional = true }

[dependencies]
Expand All @@ -21,7 +21,7 @@ colored = "2.1.0"
serde_yaml = "0.9.34"
home = { version = "0.5.9", optional = true }
clap_complete = { version = "4.5.32", optional = true }
handlebars = {version = "5.1.2", features = ["dir_source"], optional = true }
handlebars = {version = "6.1.0", features = ["dir_source"], optional = true }
serde_json = { version = "1.0.128", optional = true }
ignore = { version = "0.4.23", optional = true }
dialoguer = { version = "0.11.0", optional = true }
Expand Down

0 comments on commit 8a167c3

Please sign in to comment.