Skip to content

Commit

Permalink
build(deps): bump handlebars from 4.5.0 to 6.1.0 (#916)
Browse files Browse the repository at this point in the history
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.5.0 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@v4.5.0...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 248c4f9 commit 23dbed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.60"
[dependencies]
abscissa_core = { version = "0.7", path = "../core" }
clap = "4"
handlebars = "4"
handlebars = "6"
ident_case = "1"
serde = { version = "1", features = ["serde_derive"] }

Expand Down

0 comments on commit 23dbed3

Please sign in to comment.