From e96633204a880d4d2cedc0fef7fb2101a7528330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:20:15 +0000 Subject: [PATCH] Update askama requirement from 0.12 to 0.14 Updates the requirements on [askama](https://github.com/askama-rs/askama) to permit the latest version. - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](https://github.com/askama-rs/askama/compare/askama_escape/v0.13.0-pre.0...v0.14.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11a015f..b7ca98b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ too_many_arguments = "allow" [workspace.dependencies] alloy-primitives = "1" anyhow = "1" -askama = "0.12" +askama = "0.14" async-trait = "0.1" base64 = "0.22" bincode = "1"