Skip to content

Commit

Permalink
build(deps): update handlebars requirement from =4.3.6 to =4.3.7
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/v4.3.7/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v4.3.6...v4.3.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and beltram committed Sep 19, 2023
1 parent 99a1c49 commit 8147da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const_format = "0.2"
regex = "1.6"
jsonpath_lib = "0.3"
jsonpath-plus = "0.1"
handlebars = "=4.3.6"
handlebars = "=4.3.7"
lazy_static = "1.4"
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
futures = "0.3"
Expand Down

0 comments on commit 8147da4

Please sign in to comment.