From 20b65ccd340d6c8c8996242e5f156921ae04b059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:35:12 +0000 Subject: [PATCH] build(deps): update askama_axum requirement from 0.3 to 0.4 Updates the requirements on [askama_axum](https://github.com/djc/askama) to permit the latest version. - [Release notes](https://github.com/djc/askama/releases) - [Commits](https://github.com/djc/askama/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: askama_axum 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 a0c00a7..bb08f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ askama = { version = "0.12", default-features = false, features = [ "with-axum", ] } askama_derive = "0.12" -askama_axum = "0.3" +askama_axum = "0.4" hyperlocal = "0.8" hyper = "0.14"