From dc0ddc8a44ca0b7ff756a70912cbdbbd09e592ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:57:26 +0000 Subject: [PATCH] Update askama requirement from ^0.11 to ^0.12 in /enums Updates the requirements on [askama](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.11.0...0.12.0) --- updated-dependencies: - dependency-name: askama 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 57e0eaf29..3714eea62 100644 --- a/enums/Cargo.toml +++ b/enums/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] clap = { version = "^4.0", features = ["derive"] } -askama = "^0.11" +askama = "^0.12" tree-sitter = "0.20.9" tree-sitter-java = "=0.20.0"