Skip to content

Commit

Permalink
Bump tree-sitter from 0.20.10 to 0.24.5 in /native/comrak_nif
Browse files Browse the repository at this point in the history
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.10 to 0.24.5.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.24.5)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ac8f078 commit 8e789c7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
33 changes: 29 additions & 4 deletions native/comrak_nif/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/comrak_nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = "1.0"
comrak = { version = "0.31", features = ["shortcodes"] }
ammonia = "4.0"
phf = { version = "0.11", features = ["macros"] }
tree-sitter = "0.20"
tree-sitter = "0.24"
tree-sitter-highlight = "0.20"
v_htmlescape = "0.15"
autumn = { path = "vendor/autumn" }
Expand Down

0 comments on commit 8e789c7

Please sign in to comment.