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

Update template-engines/tinytemplate to v4 (#501)

This commit is contained in:
Luca Palmieri
2022-02-02 15:18:48 +00:00
committed by GitHub
parent f9b0dde4c8
commit 9c620d1943
3 changed files with 19 additions and 19 deletions

5
Cargo.lock generated
View File

@ -5806,9 +5806,8 @@ dependencies = [
name = "template-tinytemplate"
version = "1.0.0"
dependencies = [
"actix-http 2.2.2",
"actix-web 3.3.3",
"env_logger 0.8.4",
"actix-web 4.0.0-beta.21",
"env_logger 0.9.0",
"serde_json",
"tinytemplate",
]