Skip to content

Commit

Permalink
Update tree-sitter requirement from ~0.22.6 to ~0.24.4
Browse files Browse the repository at this point in the history
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.22.6...v0.24.4)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 8bdbcd1 commit ed8f605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "~0.22.6"
tree-sitter = "~0.24.4"

[build-dependencies]
cc = "1.0"

0 comments on commit ed8f605

Please sign in to comment.