diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 65 |
1 files changed, 28 insertions, 37 deletions
diff --git a/Cargo.lock b/Cargo.lock index dbd7a746e..0476a15eb 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -13,9 +13,9 @@ dependencies = [ | |||
13 | 13 | ||
14 | [[package]] | 14 | [[package]] |
15 | name = "adler" | 15 | name = "adler" |
16 | version = "1.0.1" | 16 | version = "1.0.2" |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
18 | checksum = "bedc89c5c7b5550ffb9372eb5c5ffc7f9f705cc3f4a128bd4669b9745f555093" | 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
19 | 19 | ||
20 | [[package]] | 20 | [[package]] |
21 | name = "always-assert" | 21 | name = "always-assert" |
@@ -158,9 +158,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
158 | 158 | ||
159 | [[package]] | 159 | [[package]] |
160 | name = "chalk-derive" | 160 | name = "chalk-derive" |
161 | version = "0.58.0" | 161 | version = "0.59.0" |
162 | source = "registry+https://github.com/rust-lang/crates.io-index" | 162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
163 | checksum = "e625b7c688272783140509a0de8f7aa9000217cb0982c9b10606a12b0b747ba8" | 163 | checksum = "4b9000fbcb67353dc8973ab9fd136277d321d85b79bd36b8756bb3ae0979a94a" |
164 | dependencies = [ | 164 | dependencies = [ |
165 | "proc-macro2", | 165 | "proc-macro2", |
166 | "quote", | 166 | "quote", |
@@ -170,9 +170,9 @@ dependencies = [ | |||
170 | 170 | ||
171 | [[package]] | 171 | [[package]] |
172 | name = "chalk-ir" | 172 | name = "chalk-ir" |
173 | version = "0.58.0" | 173 | version = "0.59.0" |
174 | source = "registry+https://github.com/rust-lang/crates.io-index" | 174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
175 | checksum = "c220d870128959d7d56667060d556ffdebd490f32ee0fc9f4060a76c1193f206" | 175 | checksum = "b23528d61b3557c676eccf508fa0771a38453b379f0b780154eaa7f70afe8dfc" |
176 | dependencies = [ | 176 | dependencies = [ |
177 | "bitflags", | 177 | "bitflags", |
178 | "chalk-derive", | 178 | "chalk-derive", |
@@ -181,9 +181,9 @@ dependencies = [ | |||
181 | 181 | ||
182 | [[package]] | 182 | [[package]] |
183 | name = "chalk-recursive" | 183 | name = "chalk-recursive" |
184 | version = "0.58.0" | 184 | version = "0.59.0" |
185 | source = "registry+https://github.com/rust-lang/crates.io-index" | 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
186 | checksum = "7d8cd81a15aa936215378e695a8907b9f1af8626a27a32ee22e97a50984960da" | 186 | checksum = "a8bdd37afc666b771de8b4429fe014363d0e74aae5cc26f320f60a3eab34d744" |
187 | dependencies = [ | 187 | dependencies = [ |
188 | "chalk-derive", | 188 | "chalk-derive", |
189 | "chalk-ir", | 189 | "chalk-ir", |
@@ -194,14 +194,14 @@ dependencies = [ | |||
194 | 194 | ||
195 | [[package]] | 195 | [[package]] |
196 | name = "chalk-solve" | 196 | name = "chalk-solve" |
197 | version = "0.58.0" | 197 | version = "0.59.0" |
198 | source = "registry+https://github.com/rust-lang/crates.io-index" | 198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
199 | checksum = "55571250dfe096a4c899be88c81418284c952ce1c8a06aa16afb5781b298e9c9" | 199 | checksum = "4182c42ca319cb71c89898ebc3d2671d1fa7d928123b171b66f1797a2000b9c8" |
200 | dependencies = [ | 200 | dependencies = [ |
201 | "chalk-derive", | 201 | "chalk-derive", |
202 | "chalk-ir", | 202 | "chalk-ir", |
203 | "ena", | 203 | "ena", |
204 | "itertools 0.9.0", | 204 | "itertools", |
205 | "petgraph", | 205 | "petgraph", |
206 | "rustc-hash", | 206 | "rustc-hash", |
207 | "tracing", | 207 | "tracing", |
@@ -475,7 +475,7 @@ dependencies = [ | |||
475 | "hir_def", | 475 | "hir_def", |
476 | "hir_expand", | 476 | "hir_expand", |
477 | "hir_ty", | 477 | "hir_ty", |
478 | "itertools 0.10.0", | 478 | "itertools", |
479 | "log", | 479 | "log", |
480 | "profile", | 480 | "profile", |
481 | "rustc-hash", | 481 | "rustc-hash", |
@@ -497,7 +497,7 @@ dependencies = [ | |||
497 | "fst", | 497 | "fst", |
498 | "hir_expand", | 498 | "hir_expand", |
499 | "indexmap", | 499 | "indexmap", |
500 | "itertools 0.10.0", | 500 | "itertools", |
501 | "la-arena", | 501 | "la-arena", |
502 | "log", | 502 | "log", |
503 | "mbe", | 503 | "mbe", |
@@ -541,7 +541,7 @@ dependencies = [ | |||
541 | "expect-test", | 541 | "expect-test", |
542 | "hir_def", | 542 | "hir_def", |
543 | "hir_expand", | 543 | "hir_expand", |
544 | "itertools 0.10.0", | 544 | "itertools", |
545 | "la-arena", | 545 | "la-arena", |
546 | "log", | 546 | "log", |
547 | "once_cell", | 547 | "once_cell", |
@@ -579,7 +579,7 @@ dependencies = [ | |||
579 | "ide_db", | 579 | "ide_db", |
580 | "ide_ssr", | 580 | "ide_ssr", |
581 | "indexmap", | 581 | "indexmap", |
582 | "itertools 0.10.0", | 582 | "itertools", |
583 | "log", | 583 | "log", |
584 | "oorandom", | 584 | "oorandom", |
585 | "profile", | 585 | "profile", |
@@ -601,7 +601,7 @@ dependencies = [ | |||
601 | "expect-test", | 601 | "expect-test", |
602 | "hir", | 602 | "hir", |
603 | "ide_db", | 603 | "ide_db", |
604 | "itertools 0.10.0", | 604 | "itertools", |
605 | "profile", | 605 | "profile", |
606 | "rustc-hash", | 606 | "rustc-hash", |
607 | "stdx", | 607 | "stdx", |
@@ -619,7 +619,7 @@ dependencies = [ | |||
619 | "expect-test", | 619 | "expect-test", |
620 | "hir", | 620 | "hir", |
621 | "ide_db", | 621 | "ide_db", |
622 | "itertools 0.10.0", | 622 | "itertools", |
623 | "log", | 623 | "log", |
624 | "profile", | 624 | "profile", |
625 | "rustc-hash", | 625 | "rustc-hash", |
@@ -638,7 +638,7 @@ dependencies = [ | |||
638 | "expect-test", | 638 | "expect-test", |
639 | "fst", | 639 | "fst", |
640 | "hir", | 640 | "hir", |
641 | "itertools 0.10.0", | 641 | "itertools", |
642 | "log", | 642 | "log", |
643 | "once_cell", | 643 | "once_cell", |
644 | "profile", | 644 | "profile", |
@@ -657,7 +657,7 @@ dependencies = [ | |||
657 | "expect-test", | 657 | "expect-test", |
658 | "hir", | 658 | "hir", |
659 | "ide_db", | 659 | "ide_db", |
660 | "itertools 0.10.0", | 660 | "itertools", |
661 | "rustc-hash", | 661 | "rustc-hash", |
662 | "syntax", | 662 | "syntax", |
663 | "test_utils", | 663 | "test_utils", |
@@ -716,15 +716,6 @@ dependencies = [ | |||
716 | 716 | ||
717 | [[package]] | 717 | [[package]] |
718 | name = "itertools" | 718 | name = "itertools" |
719 | version = "0.9.0" | ||
720 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
721 | checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" | ||
722 | dependencies = [ | ||
723 | "either", | ||
724 | ] | ||
725 | |||
726 | [[package]] | ||
727 | name = "itertools" | ||
728 | version = "0.10.0" | 719 | version = "0.10.0" |
729 | source = "registry+https://github.com/rust-lang/crates.io-index" | 720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
730 | checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" | 721 | checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" |
@@ -1206,7 +1197,7 @@ dependencies = [ | |||
1206 | "base_db", | 1197 | "base_db", |
1207 | "cargo_metadata", | 1198 | "cargo_metadata", |
1208 | "cfg", | 1199 | "cfg", |
1209 | "itertools 0.10.0", | 1200 | "itertools", |
1210 | "la-arena", | 1201 | "la-arena", |
1211 | "log", | 1202 | "log", |
1212 | "paths", | 1203 | "paths", |
@@ -1338,7 +1329,7 @@ dependencies = [ | |||
1338 | "ide", | 1329 | "ide", |
1339 | "ide_db", | 1330 | "ide_db", |
1340 | "ide_ssr", | 1331 | "ide_ssr", |
1341 | "itertools 0.10.0", | 1332 | "itertools", |
1342 | "jemallocator", | 1333 | "jemallocator", |
1343 | "jod-thread", | 1334 | "jod-thread", |
1344 | "log", | 1335 | "log", |
@@ -1490,9 +1481,9 @@ dependencies = [ | |||
1490 | 1481 | ||
1491 | [[package]] | 1482 | [[package]] |
1492 | name = "serde_json" | 1483 | name = "serde_json" |
1493 | version = "1.0.62" | 1484 | version = "1.0.64" |
1494 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1495 | checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" | 1486 | checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" |
1496 | dependencies = [ | 1487 | dependencies = [ |
1497 | "indexmap", | 1488 | "indexmap", |
1498 | "itoa", | 1489 | "itoa", |
@@ -1593,7 +1584,7 @@ dependencies = [ | |||
1593 | "arrayvec", | 1584 | "arrayvec", |
1594 | "expect-test", | 1585 | "expect-test", |
1595 | "indexmap", | 1586 | "indexmap", |
1596 | "itertools 0.10.0", | 1587 | "itertools", |
1597 | "once_cell", | 1588 | "once_cell", |
1598 | "parser", | 1589 | "parser", |
1599 | "profile", | 1590 | "profile", |
@@ -1923,18 +1914,18 @@ checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3" | |||
1923 | 1914 | ||
1924 | [[package]] | 1915 | [[package]] |
1925 | name = "xshell" | 1916 | name = "xshell" |
1926 | version = "0.1.8" | 1917 | version = "0.1.9" |
1927 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1928 | checksum = "ed373ede30cea03e8c0af22f48ee1ba80efbf06fec8b4746977e6ee703878de0" | 1919 | checksum = "6f18102278453c8f70ea5c514ac78cb4c73a0ef72a8273d17094b52f9584c0c1" |
1929 | dependencies = [ | 1920 | dependencies = [ |
1930 | "xshell-macros", | 1921 | "xshell-macros", |
1931 | ] | 1922 | ] |
1932 | 1923 | ||
1933 | [[package]] | 1924 | [[package]] |
1934 | name = "xshell-macros" | 1925 | name = "xshell-macros" |
1935 | version = "0.1.8" | 1926 | version = "0.1.9" |
1936 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1937 | checksum = "7f6af9f8119104697b0105989a73c578ce33f922d9d6f3dae0e8ae3d538db321" | 1928 | checksum = "6093c460064572007f885facc70bb0ca5e40a83ea7ff8b16c1abbee56fd2e767" |
1938 | 1929 | ||
1939 | [[package]] | 1930 | [[package]] |
1940 | name = "xtask" | 1931 | name = "xtask" |