Skip to content

Commit 3bbf1b2

Browse files
Update Cargo.lock
1 parent 5f404f0 commit 3bbf1b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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",
734+
"line-index 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
735735
"memchr",
736736
"nohash-hasher",
737737
"parser",
@@ -939,20 +939,20 @@ version = "0.0.0"
939939

940940
[[package]]
941941
name = "line-index"
942-
version = "0.1.1"
943-
source = "registry+https://github.com/rust-lang/crates.io-index"
944-
checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a"
942+
version = "0.1.2"
945943
dependencies = [
946944
"nohash-hasher",
945+
"oorandom",
947946
"text-size",
948947
]
949948

950949
[[package]]
951950
name = "line-index"
952951
version = "0.1.2"
952+
source = "registry+https://github.com/rust-lang/crates.io-index"
953+
checksum = "3e27e0ed5a392a7f5ba0b3808a2afccff16c64933312c84b57618b49d1209bd2"
953954
dependencies = [
954955
"nohash-hasher",
955-
"oorandom",
956956
"text-size",
957957
]
958958

0 commit comments

Comments
 (0)