Skip to content

Commit f01ebd6

Browse files
committed
vscode: update some dependencies
1 parent db6824a commit f01ebd6

File tree

3 files changed

+1401
-138
lines changed

3 files changed

+1401
-138
lines changed

src/tools/rust-analyzer/Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ dependencies = [
731731
"indexmap",
732732
"itertools",
733733
"limit",
734-
"line-index 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
734+
"line-index 0.1.1",
735735
"memchr",
736736
"nohash-hasher",
737737
"parser",
@@ -940,19 +940,19 @@ version = "0.0.0"
940940
[[package]]
941941
name = "line-index"
942942
version = "0.1.1"
943+
source = "registry+https://github.com/rust-lang/crates.io-index"
944+
checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a"
943945
dependencies = [
944946
"nohash-hasher",
945-
"oorandom",
946947
"text-size",
947948
]
948949

949950
[[package]]
950951
name = "line-index"
951-
version = "0.1.1"
952-
source = "registry+https://github.com/rust-lang/crates.io-index"
953-
checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a"
952+
version = "0.1.2"
954953
dependencies = [
955954
"nohash-hasher",
955+
"oorandom",
956956
"text-size",
957957
]
958958

0 commit comments

Comments
 (0)