Update askama to 0.15.4 (#16485)

Some small bugfixes.

changelog: none
This commit is contained in:
Samuel Tardieu 2026-01-29 15:53:12 +00:00 committed by GitHub
commit dc8b277271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.15.2", default-features = false, features = ["alloc", "config", "derive"] }
askama = { version = "0.15.4", default-features = false, features = ["alloc", "config", "derive"] }
[dev-dependencies.toml]
version = "0.9.7"