1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Update template-engines/handlerbars to v4 (#497)

This commit is contained in:
Luca Palmieri
2022-02-02 15:17:17 +00:00
committed by GitHub
parent 32f6289764
commit 6afc431858
3 changed files with 28 additions and 31 deletions

7
Cargo.lock generated
View File

@ -2736,9 +2736,9 @@ dependencies = [
[[package]]
name = "handlebars"
version = "3.5.5"
version = "4.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
checksum = "25546a65e5cf1f471f3438796fc634650b31d7fcde01d444c309aeb28b92e3a8"
dependencies = [
"log",
"pest",
@ -5818,8 +5818,7 @@ dependencies = [
name = "template_handlebars"
version = "1.0.0"
dependencies = [
"actix-http 2.2.2",
"actix-web 3.3.3",
"actix-web 4.0.0-beta.21",
"handlebars",
"serde_json",
]