1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

Update template-engines/askama to v4 (#496)

This commit is contained in:
Luca Palmieri
2022-02-02 15:16:44 +00:00
committed by GitHub
parent 71899bf343
commit 32f6289764
2 changed files with 19 additions and 16 deletions

View File

@ -4,9 +4,9 @@ version = "1.0.0"
edition = "2021"
[dependencies]
env_logger = "0.8"
actix-web = "3"
askama = "0.9"
env_logger = "0.9.0"
actix-web = "4.0.0-beta.21"
askama = "0.11.0"
[build-dependencies]
askama = "0.9"
askama = "0.11.0"