From 718e7aa02dd68018c26c847ec70d56c85c550c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:42:53 +0000 Subject: [PATCH] chore(deps): update askama_actix requirement from 0.14 to 0.15 Updates the requirements on [askama_actix](https://github.com/rinja-rs/rinja) to permit the latest version. - [Release notes](https://github.com/rinja-rs/rinja/releases) - [Commits](https://github.com/rinja-rs/rinja/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: askama_actix dependency-version: 0.15.0+deprecated 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 2af63a4..8a96c38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1" rusqlite = { version = "0.31", features = ["bundled"] } chrono = { version = "0.4", features = ["serde"] } askama = "0.12" -askama_actix = "0.14" +askama_actix = "0.15" dotenvy = "0.15" env_logger = "0.11" log = "0.4"