Skip to content

Commit

Permalink
Bump handlebars from 4.4.0 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/v4.5.0/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v4.4.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 4df2801 commit 863c275
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion templating/fluent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
actix-web.workspace = true
actix-web-lab.workspace = true
fluent-templates = { version = "0.8", features = ["handlebars"] }
handlebars = { version = "4.3", features = ["dir_source"] }
handlebars = { version = "4.5", features = ["dir_source"] }
serde.workspace = true
serde_json.workspace = true
2 changes: 1 addition & 1 deletion templating/handlebars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
actix-web.workspace = true
handlebars = { version = "4.2.1", features = ["dir_source"] }
handlebars = { version = "4.5.0", features = ["dir_source"] }
serde_json.workspace = true

0 comments on commit 863c275

Please sign in to comment.