Skip to content

Commit

Permalink
build(deps): update tree-sitter requirement in the dependencies group
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.

Updates `tree-sitter` to 0.25.2
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.24.0...v0.25.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 02929f0 commit 920f082
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 @@ -29,4 +29,4 @@ tree-sitter-language = "0.1.0"
cc = "1.0.104"

[dev-dependencies]
tree-sitter = "0.24"
tree-sitter = "0.25"

0 comments on commit 920f082

Please sign in to comment.