chore(deps): bump tree-sitter-javascript from 0.20.1 to 0.20.3

Bumps [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript) from 0.20.1 to 0.20.3.
- [Commits](https://github.com/tree-sitter/tree-sitter-javascript/compare/v0.20.1...v0.20.3)

---
updated-dependencies:
- dependency-name: tree-sitter-javascript
  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-02-15 11:16:24 +00:00 committed by GitHub
parent 5dc17de070
commit 8044cdadba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -5857,9 +5857,9 @@ dependencies = [
[[package]]
name = "tree-sitter-javascript"
version = "0.20.1"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edbc663376bdd294bd1f0a6daf859aedb9aa5bdb72217d7ad8ba2d5314102cf7"
checksum = "38d1463af5be7052171161db7cfe45c7621ed959ae533972ab47a09b1ed70ec0"
dependencies = [
"cc",
"tree-sitter",
@ -6981,7 +6981,7 @@ dependencies = [
"js-sys",
"log",
"naga",
"parking_lot 0.11.2",
"parking_lot 0.12.1",
"profiling",
"raw-window-handle 0.5.2",
"smallvec",
@ -7006,7 +7006,7 @@ dependencies = [
"codespan-reporting",
"log",
"naga",
"parking_lot 0.11.2",
"parking_lot 0.12.1",
"profiling",
"raw-window-handle 0.5.2",
"rustc-hash",
@ -7046,7 +7046,7 @@ dependencies = [
"naga",
"objc",
"once_cell",
"parking_lot 0.11.2",
"parking_lot 0.12.1",
"profiling",
"range-alloc",
"raw-window-handle 0.5.2",

View File

@ -33,7 +33,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.6", optional = true }
tree-sitter-cpp = { version = "0.20.0", optional = true }
tree-sitter-javascript = { version = "0.20.1", 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 }
tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json.git", rev = "11e2cc12d9b267766fb11a06e52952792fd8e3f0", optional = true }