Skip to content

Commit

Permalink
Bump tree-sitter-highlight from 0.20.1 to 0.24.2 in /native/comrak_nif
Browse files Browse the repository at this point in the history
Bumps [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) from 0.20.1 to 0.24.2.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md)
- [Commits](tree-sitter/tree-sitter@v0.20.1...v0.24.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent cb2aee5 commit 758252c
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 20 deletions.
85 changes: 66 additions & 19 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 @@ -20,7 +20,7 @@ comrak = { version = "0.26", features = ["shortcodes"] }
ammonia = "4.0"
phf = { version = "0.11", features = ["macros"] }
tree-sitter = "0.20"
tree-sitter-highlight = "0.20"
tree-sitter-highlight = "0.24"
v_htmlescape = "0.15"
autumn = { path = "vendor/autumn" }
log = "0.4"
Expand Down

0 comments on commit 758252c

Please sign in to comment.