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:
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
Reference in New Issue
Block a user