From e8f9ecc241d5cc9cfcd43a5940a3ff192b64cbea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 20:15:53 +0000 Subject: [PATCH] Update Rust crate askama_escape to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edab919..aef74bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ anyhow = "1.0.86" rayon = "1.10.0" syntect = "5.2.0" indoc = "2.0.5" -askama_escape = "0.10.3" +askama_escape = "0.13.0" mime_guess = "2.0.5" [build]