From 8c9c008c77042aa2b2376b4bf4b7392573e777fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:30:43 +0000 Subject: [PATCH] fix(deps): update rust crate askama_escape to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15b43f9..d02cbbb 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.13.0" +askama_escape = "0.14.0" mime_guess = "2.0.5" [dev-dependencies]