Skip to content

Commit

Permalink
Auto merge of #18324 - davidbarsky:davidbarsky/fix-some-node-dependen…
Browse files Browse the repository at this point in the history
…cies, r=lnicola

vscode: update some dependencies

I bumped Typescript and vsce; was a little tired of the warnings when running `vsce`.
  • Loading branch information
bors committed Oct 18, 2024
2 parents 4fc5172 + f01ebd6 commit 8305c19
Show file tree
Hide file tree
Showing 3 changed files with 1,401 additions and 138 deletions.
10 changes: 5 additions & 5 deletions src/tools/rust-analyzer/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ dependencies = [
"indexmap",
"itertools",
"limit",
"line-index 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"line-index 0.1.1",
"memchr",
"nohash-hasher",
"parser",
Expand Down Expand Up @@ -940,19 +940,19 @@ version = "0.0.0"
[[package]]
name = "line-index"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a"
dependencies = [
"nohash-hasher",
"oorandom",
"text-size",
]

[[package]]
name = "line-index"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a"
version = "0.1.2"
dependencies = [
"nohash-hasher",
"oorandom",
"text-size",
]

Expand Down
Loading

0 comments on commit 8305c19

Please sign in to comment.