Update tree-sitter requirement from 0.22.2 to 0.24.1 (#173)

pull/813/head
dependabot[bot] 2024-10-05 12:22:15 +07:00 committed by GitHub
parent 3a7f89ec16
commit 14460731ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -18,7 +18,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "0.22.2"
tree-sitter = "0.24.1"
[build-dependencies]
cc = "1.0"