mirror of https://github.com/lapce/lapce.git
chore(deps): bump tree-sitter-c from 0.20.6 to 0.20.8
Bumps [tree-sitter-c](https://github.com/tree-sitter/tree-sitter-c) from 0.20.6 to 0.20.8. - [Release notes](https://github.com/tree-sitter/tree-sitter-c/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-c/compare/v0.20.6...v0.20.8) --- updated-dependencies: - dependency-name: tree-sitter-c dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
35f1d9f258
commit
3099fff025
|
@ -5837,9 +5837,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tree-sitter-c"
|
||||
version = "0.20.6"
|
||||
version = "0.20.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
|
||||
checksum = "4bbd5f3d8658c08581f8f2adac6c391c2e9fa00fe9246bf6c5f52213b9cc6b72"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"tree-sitter",
|
||||
|
|
|
@ -31,7 +31,7 @@ tree-sitter = "0.20.10"
|
|||
# please keep below dependencies and features sorted just like LANGUAGES in language.rs
|
||||
|
||||
tree-sitter-bash = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "4488aa41406547e478636a4fcfd24f5bbc3f2f74", optional = true }
|
||||
tree-sitter-c = { version = "0.20.6", optional = true }
|
||||
tree-sitter-c = { version = "0.20.8", optional = true }
|
||||
tree-sitter-cpp = { version = "0.20.0", optional = true }
|
||||
tree-sitter-javascript = { version = "0.20.3", optional = true }
|
||||
# new version cannot be published on crates.io - https://github.com/tree-sitter/tree-sitter-json/issues/21
|
||||
|
|
Loading…
Reference in New Issue