Skip to content

Commit

Permalink
build(deps): update handlebars requirement from 4.3.3 to 5.0.0 (#41)
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@v4.3.3...v5.0.0)

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

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 Jan 1, 2024
1 parent 18dce31 commit 1d2191f
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 @@ -21,7 +21,7 @@ thiserror = "1"

# Supported template engines
tera = { version = "1.19.0", optional = true, default-features = false }
handlebars = { version = "4.3.3", optional = true, default-features = false }
handlebars = { version = "5.0.0", optional = true, default-features = false }
minijinja = { version = "1.0.0", optional = true, default-features = false }

[dependencies.axum]
Expand Down

0 comments on commit 1d2191f

Please sign in to comment.