From 2cbe8b82f40f14c52a6f914c259eb02cae9e7356 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:30:39 +0000 Subject: [PATCH] fix(deps): update rust crate askama to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15b43f9..a5f503e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -askama = { version = "0.14" } +askama = { version = "0.15" } axum = "0.8.0" chrono = { version = "0.4.31", features = ["serde"] } pulldown-cmark = { version = "0.13" }