From 770ae93f284819412b48d055ff8e445c83e48596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:29:44 +0000 Subject: [PATCH] chore(deps): Update askama requirement from 0.14.0 to 0.15.1 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/v0.14.0...v0.15.1) --- updated-dependencies: - dependency-name: askama dependency-version: 0.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cargo-wef/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cargo-wef/Cargo.toml b/crates/cargo-wef/Cargo.toml index b66c432..aeed87a 100644 --- a/crates/cargo-wef/Cargo.toml +++ b/crates/cargo-wef/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.5.38", features = ["derive", "env"] } plist = "1.7.1" tempfile = "3.20.0" anyhow = "1.0.98" -askama = { version = "0.14.0", features = ["code-in-doc"] } +askama = { version = "0.15.1", features = ["code-in-doc"] } reqwest = { version = "0.12.15", features = ["blocking", "json"] } serde = { version = "1.0.219", features = ["derive"] } fs_extra = "1.3.0"