Bump askama to 0.15

This commit is contained in:
clubby789 2026-01-04 22:07:40 +00:00
parent 6c83a47592
commit 814ee134f7

View file

@ -42,7 +42,7 @@ walkdir = "2.3"
filetime = "0.2.9"
itertools = "0.12"
pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
askama = { version = "0.14", default-features = false, features = ["alloc", "config", "derive"] }
askama = { version = "0.15", default-features = false, features = ["alloc", "config", "derive"] }
[dev-dependencies.toml]
version = "0.9.7"