Skip to content

Commit

Permalink
build(deps): update tree-sitter requirement from 0.24 to 0.25 (#129)
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.24.0...v0.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent b7aac5a commit ad824de
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 ad824de

Please sign in to comment.