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"