Update askama

This commit is contained in:
Lennart
2025-05-07 13:43:37 +02:00
parent 86ecaef6db
commit de6ccdc37b
2 changed files with 10 additions and 10 deletions

View File

@@ -73,8 +73,8 @@ derive_more = { version = "2.0", features = [
"deref",
"constructor",
] }
askama = { version = "0.13", features = ["serde_json"] }
askama_web = { version = "0.13.0", features = ["actix-web-4"] }
askama = { version = "0.14", features = ["serde_json"] }
askama_web = { version = "0.14.0", features = ["actix-web-4"] }
sqlx = { version = "0.8", default-features = false, features = [
"sqlx-sqlite",
"uuid",