Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d2c7e0f

Browse files
committed
Auto merge of rust-lang#18353 - ChayimFriedman2:cargo-lock, r=lnicola
Update Cargo.lock
2 parents 5f404f0 + 3bbf1b2 commit d2c7e0f

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)