From b0c6abeb06e76adfdf5df0f56a0585f320e91abf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:14:50 +0000 Subject: [PATCH] Update Rust crate askama to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43054ec..49e448e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.86" -askama = { version = "0.12.1", features = ["with-axum"] } +askama = { version = "0.15.0", features = ["with-axum"] } askama_axum = "0.4.0" async-trait = "0.1.80" axum = "0.7.5"