From cde3faa3c6767b35c288c11fe6f3a3f6cd6cc1a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:32:49 +0000 Subject: [PATCH] Update Rust crate askama_axum to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edab919..08ce932 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] askama = { version = "0.12", features = ["with-axum", "mime", "mime_guess"] } -askama_axum = "0.4.0" +askama_axum = "0.5.0" axum = "0.7.3" chrono = { version = "0.4.31", features = ["serde"] } pulldown-cmark = { version = "0.13" }