chore(deps): bump tree-sitter-cpp from 0.20.4 to 0.20.5

Bumps [tree-sitter-cpp](https://github.com/tree-sitter/tree-sitter-cpp) from 0.20.4 to 0.20.5.
- [Commits](https://github.com/tree-sitter/tree-sitter-cpp/compare/v0.20.4...v0.20.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-04 05:48:43 +00:00 committed by GitHub
parent 849ac6753f
commit c289599826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -5825,9 +5825,9 @@ dependencies = [
[[package]]
name = "tree-sitter-cpp"
version = "0.20.4"
version = "0.20.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2569d867ce98fde6d0af7bc17d059c10cca187a003d50df18101003bc327f90c"
checksum = "46b04a5ada71059afb9895966a6cc1094acc8d2ea1971006db26573e7dfebb74"
dependencies = [
"cc",
"tree-sitter",

View File

@ -32,7 +32,7 @@ tree-sitter = "0.20.10"
tree-sitter-bash = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "4488aa41406547e478636a4fcfd24f5bbc3f2f74", optional = true }
tree-sitter-c = { version = "0.20.8", optional = true }
tree-sitter-cpp = { version = "0.20.4", optional = true }
tree-sitter-cpp = { version = "0.20.5", 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
# tree-sitter-json = { version = "0.19.0", optional = true }