Skip to content

Commit

Permalink
Auto merge of #18353 - ChayimFriedman2:cargo-lock, r=lnicola
Browse files Browse the repository at this point in the history
Update Cargo.lock
  • Loading branch information
bors committed Oct 20, 2024
2 parents 5f404f0 + 3bbf1b2 commit d2c7e0f
Showing 1 changed file with 5 additions and 5 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",
"line-index 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr",
"nohash-hasher",
"parser",
Expand Down Expand Up @@ -939,20 +939,20 @@ version = "0.0.0"

[[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",
]

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

Expand Down

0 comments on commit d2c7e0f

Please sign in to comment.