update askama to 0.15

This commit is contained in:
Lennart
2025-12-28 21:02:44 +01:00
parent c29400a799
commit ed7becffc2
2 changed files with 25 additions and 15 deletions

View File

@@ -89,8 +89,8 @@ derive_more = { version = "2.1", features = [
"constructor",
"display",
] }
askama = { version = "0.14", features = ["serde_json"] }
askama_web = { version = "0.14", features = ["axum-0.8"] }
askama = { version = "0.15", features = ["serde_json"] }
askama_web = { version = "0.15", features = ["axum-0.8"] }
sqlx = { version = "0.8", default-features = false, features = [
"sqlx-sqlite",
"uuid",