cli: Bump tree-sitter dependency to 0.20.10

tree-sitter/tree-sitter#2085 added the ts_query_is_pattern_non_local API
and its usage in tree-sitter-cli, so bump version accordingly.
This commit is contained in:
James McCoy 2023-03-15 09:57:25 -04:00
parent a318b42c8b
commit 23faf59f16
No known key found for this signature in database
GPG key ID: DFE691AE331BA3DB

View file

@ -41,7 +41,7 @@ webbrowser = "0.5.1"
which = "4.1.0"
[dependencies.tree-sitter]
version = "0.20.3"
version = "0.20.10"
path = "../lib"
[dependencies.tree-sitter-config]