1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

chore(deps): bump handlebars from 5.1.0 to 5.1.2

Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 5.1.0 to 5.1.2.
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sunng87/handlebars-rust/compare/v5.1.0...v5.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-08 17:32:50 +00:00 committed by GitHub
parent 390dd6be07
commit 2d6f93df7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
Cargo.lock generated
View File

@ -3174,7 +3174,7 @@ dependencies = [
"fluent-syntax",
"fluent-template-macros",
"flume 0.10.14",
"handlebars 5.1.0",
"handlebars 5.1.2",
"heck 0.4.1",
"ignore",
"intl-memoizer",
@ -3669,9 +3669,9 @@ dependencies = [
[[package]]
name = "handlebars"
version = "5.1.0"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4"
checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
dependencies = [
"log",
"pest",
@ -7548,7 +7548,7 @@ dependencies = [
"actix-web-lab",
"env_logger",
"fluent-templates",
"handlebars 5.1.0",
"handlebars 5.1.2",
"serde",
"serde_json",
]
@ -7560,7 +7560,7 @@ dependencies = [
"actix-web",
"actix-web-lab",
"env_logger",
"handlebars 5.1.0",
"handlebars 5.1.2",
"serde_json",
]
@ -8231,7 +8231,7 @@ version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
"rand 0.8.5",
"static_assertions",
]