Skip to content

Commit 958ff96

Browse files
build(deps): update askama requirement from ^0.13 to ^0.14 in /enums (#1157)
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](askama-rs/askama@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2daee1 commit 958ff96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enums/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66

77
[dependencies]
88
clap = { version = "^4.0", features = ["derive"] }
9-
askama = "^0.13"
9+
askama = "^0.14"
1010

1111
tree-sitter = "=0.25.3"
1212
tree-sitter-java = "=0.23.5"

0 commit comments

Comments
 (0)