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:
@ -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"
|
||||
|
Reference in New Issue
Block a user