From 1c3cb86edc3b0e157f0112ca1041daba617dec6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:04:55 +0000 Subject: [PATCH] build(deps): update askama requirement from ^0.14 to ^0.15 in /enums 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.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- enums/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enums/Cargo.toml b/enums/Cargo.toml index d2dcc438e..57751d516 100644 --- a/enums/Cargo.toml +++ b/enums/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] clap = { version = "^4.0", features = ["derive"] } -askama = "^0.14" +askama = "^0.15" tree-sitter = "=0.25.3" tree-sitter-java = "=0.23.5"