From f4ee1f1eda9f1b36771e396077b2debd8a451146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:26:24 +0000 Subject: [PATCH] chore(deps): update askama requirement from 0.12 to 0.15 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.15.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.15.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 af41acb..b6c8bd5 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.15" async-trait = "0.1" base64 = "0.22" bincode = "1"