From cf6625648ea97bb4951596c7b7c6038051c86113 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 28 Jan 2026 21:58:29 +0100 Subject: [PATCH] Update `askama` to `0.15.4` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43d6c82b34cb..8f5ef9ca2f8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"