Bump tree-sitter to 0.22.2

This commit is contained in:
Michael Davis 2024-03-17 09:42:16 -04:00 committed by Blaž Hrastnik
parent 476e6baf8f
commit 38af99f05f
4 changed files with 12 additions and 17 deletions

5
Cargo.lock generated
View file

@ -2404,8 +2404,9 @@ dependencies = [
[[package]]
name = "tree-sitter"
version = "0.20.10"
source = "git+https://github.com/helix-editor/tree-sitter?rev=660481dbf71413eba5a928b0b0ab8da50c1109e0#660481dbf71413eba5a928b0b0ab8da50c1109e0"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb9c9f15eae91dcd00ee0d86a281d16e6263786991b662b34fa9632c21a046b"
dependencies = [
"cc",
"regex",