From c396a9e3ff286ce6266fbba3f8d06efdeccb7845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 22:11:06 +0000 Subject: [PATCH] fix(deps): update rust crate askama_escape to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f71de2c..8610319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.86" rayon = "1.10.0" syntect = "5.2.0" indoc = "2.0.5" -askama_escape = "0.14.0" +askama_escape = "0.15.0" mime_guess = "2.0.5" [dev-dependencies]