Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump handlebars from 4.1.6 to 4.3.0
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.1.6 to 4.3.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.1.6...v4.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 18, 2022
commit db41f33ea995ef2cbeb4c01592269959dc0aa3bd
18 changes: 6 additions & 12 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 utils/frame/benchmarking-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ clap = { version = "3.0", features = ["derive"] }
chrono = "0.4"
serde = "1.0.136"
serde_json = "1.0.74"
handlebars = "4.1.6"
handlebars = "4.3.0"
Inflector = "0.11.4"
linked-hash-map = "0.5.4"
log = "0.4.8"
Expand Down