diff options
| author | Chayim Refael Friedman <chayimfr@gmail.com> | 2024-10-20 18:50:05 +0300 |
|---|---|---|
| committer | Chayim Refael Friedman <chayimfr@gmail.com> | 2024-10-20 18:50:05 +0300 |
| commit | 3bbf1b257f4905ab2f5ca157c35b8f8ca22fecab (patch) | |
| tree | 969f92e5a5653acc7f887700a87e6e167dfb5ee4 | |
| parent | 5f404f057431bc3a44f04f1bd7a06c7c4edd9b7e (diff) | |
| download | rust-3bbf1b257f4905ab2f5ca157c35b8f8ca22fecab.tar.gz rust-3bbf1b257f4905ab2f5ca157c35b8f8ca22fecab.zip | |
Update Cargo.lock
| -rw-r--r-- | src/tools/rust-analyzer/Cargo.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/rust-analyzer/Cargo.lock b/src/tools/rust-analyzer/Cargo.lock index a99294033b4..da65d880494 100644 --- a/src/tools/rust-analyzer/Cargo.lock +++ b/src/tools/rust-analyzer/Cargo.lock @@ -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", @@ -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", ] |
