aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock204
1 files changed, 122 insertions, 82 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dbd7a746e..b1fef2e80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
13 13
14[[package]] 14[[package]]
15name = "adler" 15name = "adler"
16version = "1.0.1" 16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index" 17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "bedc89c5c7b5550ffb9372eb5c5ffc7f9f705cc3f4a128bd4669b9745f555093" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19 19
20[[package]] 20[[package]]
21name = "always-assert" 21name = "always-assert"
@@ -107,9 +107,18 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
107 107
108[[package]] 108[[package]]
109name = "byteorder" 109name = "byteorder"
110version = "1.4.2" 110version = "1.4.3"
111source = "registry+https://github.com/rust-lang/crates.io-index" 111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" 112checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
113
114[[package]]
115name = "camino"
116version = "1.0.2"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "cd065703998b183ed0b348a22555691373a9345a1431141e5778b48bb17e4703"
119dependencies = [
120 "serde",
121]
113 122
114[[package]] 123[[package]]
115name = "cargo-platform" 124name = "cargo-platform"
@@ -122,10 +131,11 @@ dependencies = [
122 131
123[[package]] 132[[package]]
124name = "cargo_metadata" 133name = "cargo_metadata"
125version = "0.12.3" 134version = "0.13.1"
126source = "registry+https://github.com/rust-lang/crates.io-index" 135source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f" 136checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"
128dependencies = [ 137dependencies = [
138 "camino",
129 "cargo-platform", 139 "cargo-platform",
130 "semver", 140 "semver",
131 "semver-parser", 141 "semver-parser",
@@ -158,9 +168,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
158 168
159[[package]] 169[[package]]
160name = "chalk-derive" 170name = "chalk-derive"
161version = "0.58.0" 171version = "0.60.0"
162source = "registry+https://github.com/rust-lang/crates.io-index" 172source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "e625b7c688272783140509a0de8f7aa9000217cb0982c9b10606a12b0b747ba8" 173checksum = "ab0f74445d4fbeaf0217bc1d23978cc73b95b28e8a738b81894580dd646822d2"
164dependencies = [ 174dependencies = [
165 "proc-macro2", 175 "proc-macro2",
166 "quote", 176 "quote",
@@ -170,9 +180,9 @@ dependencies = [
170 180
171[[package]] 181[[package]]
172name = "chalk-ir" 182name = "chalk-ir"
173version = "0.58.0" 183version = "0.60.0"
174source = "registry+https://github.com/rust-lang/crates.io-index" 184source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "c220d870128959d7d56667060d556ffdebd490f32ee0fc9f4060a76c1193f206" 185checksum = "294b1fc6210a5b3bd06c1d01dda48a581e2cafec80b8d659139ce45456644be2"
176dependencies = [ 186dependencies = [
177 "bitflags", 187 "bitflags",
178 "chalk-derive", 188 "chalk-derive",
@@ -181,9 +191,9 @@ dependencies = [
181 191
182[[package]] 192[[package]]
183name = "chalk-recursive" 193name = "chalk-recursive"
184version = "0.58.0" 194version = "0.60.0"
185source = "registry+https://github.com/rust-lang/crates.io-index" 195source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "7d8cd81a15aa936215378e695a8907b9f1af8626a27a32ee22e97a50984960da" 196checksum = "1b9386936070be4545bfa22b094b7065af79aa2aeaccc945438f1c5ffe74c30a"
187dependencies = [ 197dependencies = [
188 "chalk-derive", 198 "chalk-derive",
189 "chalk-ir", 199 "chalk-ir",
@@ -194,14 +204,14 @@ dependencies = [
194 204
195[[package]] 205[[package]]
196name = "chalk-solve" 206name = "chalk-solve"
197version = "0.58.0" 207version = "0.60.0"
198source = "registry+https://github.com/rust-lang/crates.io-index" 208source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "55571250dfe096a4c899be88c81418284c952ce1c8a06aa16afb5781b298e9c9" 209checksum = "7c12a1ec7e850b50a049f27ef9cf5df3056bbd1acbb3eeb44d024e501a641f3a"
200dependencies = [ 210dependencies = [
201 "chalk-derive", 211 "chalk-derive",
202 "chalk-ir", 212 "chalk-ir",
203 "ena", 213 "ena",
204 "itertools 0.9.0", 214 "itertools",
205 "petgraph", 215 "petgraph",
206 "rustc-hash", 216 "rustc-hash",
207 "tracing", 217 "tracing",
@@ -222,15 +232,6 @@ dependencies = [
222] 232]
223 233
224[[package]] 234[[package]]
225name = "cmake"
226version = "0.1.45"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
229dependencies = [
230 "cc",
231]
232
233[[package]]
234name = "countme" 235name = "countme"
235version = "2.0.4" 236version = "2.0.4"
236source = "registry+https://github.com/rust-lang/crates.io-index" 237source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -242,6 +243,12 @@ dependencies = [
242] 243]
243 244
244[[package]] 245[[package]]
246name = "cov-mark"
247version = "1.1.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "9ffa3d3e0138386cd4361f63537765cac7ee40698028844635a54495a92f67f3"
250
251[[package]]
245name = "crc32fast" 252name = "crc32fast"
246version = "1.2.1" 253version = "1.2.1"
247source = "registry+https://github.com/rust-lang/crates.io-index" 254source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -475,7 +482,7 @@ dependencies = [
475 "hir_def", 482 "hir_def",
476 "hir_expand", 483 "hir_expand",
477 "hir_ty", 484 "hir_ty",
478 "itertools 0.10.0", 485 "itertools",
479 "log", 486 "log",
480 "profile", 487 "profile",
481 "rustc-hash", 488 "rustc-hash",
@@ -491,13 +498,14 @@ dependencies = [
491 "anymap", 498 "anymap",
492 "base_db", 499 "base_db",
493 "cfg", 500 "cfg",
501 "cov-mark",
494 "drop_bomb", 502 "drop_bomb",
495 "either", 503 "either",
496 "expect-test", 504 "expect-test",
497 "fst", 505 "fst",
498 "hir_expand", 506 "hir_expand",
499 "indexmap", 507 "indexmap",
500 "itertools 0.10.0", 508 "itertools",
501 "la-arena", 509 "la-arena",
502 "log", 510 "log",
503 "mbe", 511 "mbe",
@@ -516,7 +524,9 @@ name = "hir_expand"
516version = "0.0.0" 524version = "0.0.0"
517dependencies = [ 525dependencies = [
518 "base_db", 526 "base_db",
527 "cfg",
519 "either", 528 "either",
529 "expect-test",
520 "la-arena", 530 "la-arena",
521 "log", 531 "log",
522 "mbe", 532 "mbe",
@@ -537,11 +547,12 @@ dependencies = [
537 "chalk-ir", 547 "chalk-ir",
538 "chalk-recursive", 548 "chalk-recursive",
539 "chalk-solve", 549 "chalk-solve",
550 "cov-mark",
540 "ena", 551 "ena",
541 "expect-test", 552 "expect-test",
542 "hir_def", 553 "hir_def",
543 "hir_expand", 554 "hir_expand",
544 "itertools 0.10.0", 555 "itertools",
545 "la-arena", 556 "la-arena",
546 "log", 557 "log",
547 "once_cell", 558 "once_cell",
@@ -571,6 +582,7 @@ name = "ide"
571version = "0.0.0" 582version = "0.0.0"
572dependencies = [ 583dependencies = [
573 "cfg", 584 "cfg",
585 "cov-mark",
574 "either", 586 "either",
575 "expect-test", 587 "expect-test",
576 "hir", 588 "hir",
@@ -579,7 +591,7 @@ dependencies = [
579 "ide_db", 591 "ide_db",
580 "ide_ssr", 592 "ide_ssr",
581 "indexmap", 593 "indexmap",
582 "itertools 0.10.0", 594 "itertools",
583 "log", 595 "log",
584 "oorandom", 596 "oorandom",
585 "profile", 597 "profile",
@@ -597,11 +609,12 @@ dependencies = [
597name = "ide_assists" 609name = "ide_assists"
598version = "0.0.0" 610version = "0.0.0"
599dependencies = [ 611dependencies = [
612 "cov-mark",
600 "either", 613 "either",
601 "expect-test", 614 "expect-test",
602 "hir", 615 "hir",
603 "ide_db", 616 "ide_db",
604 "itertools 0.10.0", 617 "itertools",
605 "profile", 618 "profile",
606 "rustc-hash", 619 "rustc-hash",
607 "stdx", 620 "stdx",
@@ -615,11 +628,12 @@ name = "ide_completion"
615version = "0.0.0" 628version = "0.0.0"
616dependencies = [ 629dependencies = [
617 "base_db", 630 "base_db",
631 "cov-mark",
618 "either", 632 "either",
619 "expect-test", 633 "expect-test",
620 "hir", 634 "hir",
621 "ide_db", 635 "ide_db",
622 "itertools 0.10.0", 636 "itertools",
623 "log", 637 "log",
624 "profile", 638 "profile",
625 "rustc-hash", 639 "rustc-hash",
@@ -634,11 +648,12 @@ name = "ide_db"
634version = "0.0.0" 648version = "0.0.0"
635dependencies = [ 649dependencies = [
636 "base_db", 650 "base_db",
651 "cov-mark",
637 "either", 652 "either",
638 "expect-test", 653 "expect-test",
639 "fst", 654 "fst",
640 "hir", 655 "hir",
641 "itertools 0.10.0", 656 "itertools",
642 "log", 657 "log",
643 "once_cell", 658 "once_cell",
644 "profile", 659 "profile",
@@ -654,10 +669,11 @@ dependencies = [
654name = "ide_ssr" 669name = "ide_ssr"
655version = "0.0.0" 670version = "0.0.0"
656dependencies = [ 671dependencies = [
672 "cov-mark",
657 "expect-test", 673 "expect-test",
658 "hir", 674 "hir",
659 "ide_db", 675 "ide_db",
660 "itertools 0.10.0", 676 "itertools",
661 "rustc-hash", 677 "rustc-hash",
662 "syntax", 678 "syntax",
663 "test_utils", 679 "test_utils",
@@ -677,9 +693,9 @@ dependencies = [
677 693
678[[package]] 694[[package]]
679name = "indexmap" 695name = "indexmap"
680version = "1.6.1" 696version = "1.6.2"
681source = "registry+https://github.com/rust-lang/crates.io-index" 697source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" 698checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
683dependencies = [ 699dependencies = [
684 "autocfg", 700 "autocfg",
685 "hashbrown", 701 "hashbrown",
@@ -716,15 +732,6 @@ dependencies = [
716 732
717[[package]] 733[[package]]
718name = "itertools" 734name = "itertools"
719version = "0.9.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
722dependencies = [
723 "either",
724]
725
726[[package]]
727name = "itertools"
728version = "0.10.0" 735version = "0.10.0"
729source = "registry+https://github.com/rust-lang/crates.io-index" 736source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" 737checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
@@ -788,9 +795,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
788 795
789[[package]] 796[[package]]
790name = "libc" 797name = "libc"
791version = "0.2.86" 798version = "0.2.88"
792source = "registry+https://github.com/rust-lang/crates.io-index" 799source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" 800checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
794 801
795[[package]] 802[[package]]
796name = "libloading" 803name = "libloading"
@@ -804,11 +811,11 @@ dependencies = [
804 811
805[[package]] 812[[package]]
806name = "libmimalloc-sys" 813name = "libmimalloc-sys"
807version = "0.1.20" 814version = "0.1.21"
808source = "registry+https://github.com/rust-lang/crates.io-index" 815source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "e58f42b6424a0ed536678c65fd97cd64b4344bcf86251e284f7c0ce9eee40e64" 816checksum = "2396cf99d2f58611cd69f0efeee4af3d2e2c7b61bed433515029163aa567e65c"
810dependencies = [ 817dependencies = [
811 "cmake", 818 "cc",
812] 819]
813 820
814[[package]] 821[[package]]
@@ -873,11 +880,13 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
873name = "mbe" 880name = "mbe"
874version = "0.0.0" 881version = "0.0.0"
875dependencies = [ 882dependencies = [
883 "cov-mark",
876 "log", 884 "log",
877 "parser", 885 "parser",
878 "profile", 886 "profile",
879 "rustc-hash", 887 "rustc-hash",
880 "smallvec", 888 "smallvec",
889 "stdx",
881 "syntax", 890 "syntax",
882 "test_utils", 891 "test_utils",
883 "tt", 892 "tt",
@@ -890,6 +899,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 899checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
891 900
892[[package]] 901[[package]]
902name = "memmap"
903version = "0.7.0"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
906dependencies = [
907 "libc",
908 "winapi",
909]
910
911[[package]]
893name = "memmap2" 912name = "memmap2"
894version = "0.2.1" 913version = "0.2.1"
895source = "registry+https://github.com/rust-lang/crates.io-index" 914source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -909,9 +928,9 @@ dependencies = [
909 928
910[[package]] 929[[package]]
911name = "mimalloc" 930name = "mimalloc"
912version = "0.1.24" 931version = "0.1.25"
913source = "registry+https://github.com/rust-lang/crates.io-index" 932source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "757efec188b3d2088949d912e01ea2fe87164ed6376b6c5d7dd4f3ce1668a93d" 933checksum = "1e7c6b11afd1e5e689ac96b6d18b1fc763398fe3d7eed99e8773426bc2033dfb"
915dependencies = [ 934dependencies = [
916 "libmimalloc-sys", 935 "libmimalloc-sys",
917] 936]
@@ -1014,9 +1033,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
1014 1033
1015[[package]] 1034[[package]]
1016name = "once_cell" 1035name = "once_cell"
1017version = "1.7.0" 1036version = "1.7.2"
1018source = "registry+https://github.com/rust-lang/crates.io-index" 1037source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "10acf907b94fc1b1a152d08ef97e7759650268cf986bf127f387e602b02c7e5a" 1038checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
1020 1039
1021[[package]] 1040[[package]]
1022name = "oorandom" 1041name = "oorandom"
@@ -1124,16 +1143,10 @@ dependencies = [
1124] 1143]
1125 1144
1126[[package]] 1145[[package]]
1127name = "pico-args"
1128version = "0.4.0"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
1131
1132[[package]]
1133name = "pin-project-lite" 1146name = "pin-project-lite"
1134version = "0.2.4" 1147version = "0.2.6"
1135source = "registry+https://github.com/rust-lang/crates.io-index" 1148source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" 1149checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
1137 1150
1138[[package]] 1151[[package]]
1139name = "proc-macro-hack" 1152name = "proc-macro-hack"
@@ -1158,8 +1171,11 @@ dependencies = [
1158 "crossbeam-channel", 1171 "crossbeam-channel",
1159 "jod-thread", 1172 "jod-thread",
1160 "log", 1173 "log",
1174 "memmap",
1175 "object",
1161 "serde", 1176 "serde",
1162 "serde_json", 1177 "serde_json",
1178 "snap",
1163 "stdx", 1179 "stdx",
1164 "tt", 1180 "tt",
1165] 1181]
@@ -1206,7 +1222,7 @@ dependencies = [
1206 "base_db", 1222 "base_db",
1207 "cargo_metadata", 1223 "cargo_metadata",
1208 "cfg", 1224 "cfg",
1209 "itertools 0.10.0", 1225 "itertools",
1210 "la-arena", 1226 "la-arena",
1211 "log", 1227 "log",
1212 "paths", 1228 "paths",
@@ -1338,7 +1354,7 @@ dependencies = [
1338 "ide", 1354 "ide",
1339 "ide_db", 1355 "ide_db",
1340 "ide_ssr", 1356 "ide_ssr",
1341 "itertools 0.10.0", 1357 "itertools",
1342 "jemallocator", 1358 "jemallocator",
1343 "jod-thread", 1359 "jod-thread",
1344 "log", 1360 "log",
@@ -1348,7 +1364,6 @@ dependencies = [
1348 "mimalloc", 1364 "mimalloc",
1349 "oorandom", 1365 "oorandom",
1350 "parking_lot", 1366 "parking_lot",
1351 "pico-args",
1352 "proc_macro_srv", 1367 "proc_macro_srv",
1353 "profile", 1368 "profile",
1354 "project_model", 1369 "project_model",
@@ -1370,13 +1385,14 @@ dependencies = [
1370 "vfs", 1385 "vfs",
1371 "vfs-notify", 1386 "vfs-notify",
1372 "winapi", 1387 "winapi",
1388 "xflags",
1373] 1389]
1374 1390
1375[[package]] 1391[[package]]
1376name = "rustc-ap-rustc_lexer" 1392name = "rustc-ap-rustc_lexer"
1377version = "708.0.0" 1393version = "710.0.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index" 1394source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "2706fc7106c75eaea49efe9f35f719a6fdfdb95212122ec2b543659406bae7ea" 1395checksum = "b0bba1ca6787b6d4af505b7a940eae9ecb084dd03e07f03bf3ddbf78e738b617"
1380dependencies = [ 1396dependencies = [
1381 "unicode-xid", 1397 "unicode-xid",
1382] 1398]
@@ -1470,18 +1486,18 @@ dependencies = [
1470 1486
1471[[package]] 1487[[package]]
1472name = "serde" 1488name = "serde"
1473version = "1.0.123" 1489version = "1.0.124"
1474source = "registry+https://github.com/rust-lang/crates.io-index" 1490source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" 1491checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
1476dependencies = [ 1492dependencies = [
1477 "serde_derive", 1493 "serde_derive",
1478] 1494]
1479 1495
1480[[package]] 1496[[package]]
1481name = "serde_derive" 1497name = "serde_derive"
1482version = "1.0.123" 1498version = "1.0.124"
1483source = "registry+https://github.com/rust-lang/crates.io-index" 1499source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" 1500checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
1485dependencies = [ 1501dependencies = [
1486 "proc-macro2", 1502 "proc-macro2",
1487 "quote", 1503 "quote",
@@ -1490,9 +1506,9 @@ dependencies = [
1490 1506
1491[[package]] 1507[[package]]
1492name = "serde_json" 1508name = "serde_json"
1493version = "1.0.62" 1509version = "1.0.64"
1494source = "registry+https://github.com/rust-lang/crates.io-index" 1510source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" 1511checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
1496dependencies = [ 1512dependencies = [
1497 "indexmap", 1513 "indexmap",
1498 "itoa", 1514 "itoa",
@@ -1545,6 +1561,12 @@ dependencies = [
1545] 1561]
1546 1562
1547[[package]] 1563[[package]]
1564name = "snap"
1565version = "1.0.4"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "dc725476a1398f0480d56cd0ad381f6f32acf2642704456f8f59a35df464b59a"
1568
1569[[package]]
1548name = "socket2" 1570name = "socket2"
1549version = "0.3.19" 1571version = "0.3.19"
1550source = "registry+https://github.com/rust-lang/crates.io-index" 1572source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1565,9 +1587,9 @@ dependencies = [
1565 1587
1566[[package]] 1588[[package]]
1567name = "syn" 1589name = "syn"
1568version = "1.0.60" 1590version = "1.0.63"
1569source = "registry+https://github.com/rust-lang/crates.io-index" 1591source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" 1592checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717"
1571dependencies = [ 1593dependencies = [
1572 "proc-macro2", 1594 "proc-macro2",
1573 "quote", 1595 "quote",
@@ -1591,9 +1613,10 @@ name = "syntax"
1591version = "0.0.0" 1613version = "0.0.0"
1592dependencies = [ 1614dependencies = [
1593 "arrayvec", 1615 "arrayvec",
1616 "cov-mark",
1594 "expect-test", 1617 "expect-test",
1595 "indexmap", 1618 "indexmap",
1596 "itertools 0.10.0", 1619 "itertools",
1597 "once_cell", 1620 "once_cell",
1598 "parser", 1621 "parser",
1599 "profile", 1622 "profile",
@@ -1625,7 +1648,6 @@ dependencies = [
1625 "dissimilar", 1648 "dissimilar",
1626 "profile", 1649 "profile",
1627 "rustc-hash", 1650 "rustc-hash",
1628 "serde_json",
1629 "stdx", 1651 "stdx",
1630 "text-size", 1652 "text-size",
1631] 1653]
@@ -1760,9 +1782,9 @@ dependencies = [
1760 1782
1761[[package]] 1783[[package]]
1762name = "tracing-tree" 1784name = "tracing-tree"
1763version = "0.1.8" 1785version = "0.1.9"
1764source = "registry+https://github.com/rust-lang/crates.io-index" 1786source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "1a60657cfbf397c603257a8230b3f427e6a2a4e5911a59331b9bb4dffff5b608" 1787checksum = "1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967"
1766dependencies = [ 1788dependencies = [
1767 "ansi_term", 1789 "ansi_term",
1768 "atty", 1790 "atty",
@@ -1922,19 +1944,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3" 1944checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3"
1923 1945
1924[[package]] 1946[[package]]
1947name = "xflags"
1948version = "0.2.1"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "59ad6ce6a0b7224130015b4ebac796478ac04e0079f5d222a690efea06a9208a"
1951dependencies = [
1952 "xflags-macros",
1953]
1954
1955[[package]]
1956name = "xflags-macros"
1957version = "0.2.1"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "c8037d3ca14996158b03c0fa905d0834906ef0fc7044df72c1f5ff690e5e62c9"
1960dependencies = [
1961 "proc-macro2",
1962]
1963
1964[[package]]
1925name = "xshell" 1965name = "xshell"
1926version = "0.1.8" 1966version = "0.1.9"
1927source = "registry+https://github.com/rust-lang/crates.io-index" 1967source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "ed373ede30cea03e8c0af22f48ee1ba80efbf06fec8b4746977e6ee703878de0" 1968checksum = "6f18102278453c8f70ea5c514ac78cb4c73a0ef72a8273d17094b52f9584c0c1"
1929dependencies = [ 1969dependencies = [
1930 "xshell-macros", 1970 "xshell-macros",
1931] 1971]
1932 1972
1933[[package]] 1973[[package]]
1934name = "xshell-macros" 1974name = "xshell-macros"
1935version = "0.1.8" 1975version = "0.1.9"
1936source = "registry+https://github.com/rust-lang/crates.io-index" 1976source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "7f6af9f8119104697b0105989a73c578ce33f922d9d6f3dae0e8ae3d538db321" 1977checksum = "6093c460064572007f885facc70bb0ca5e40a83ea7ff8b16c1abbee56fd2e767"
1938 1978
1939[[package]] 1979[[package]]
1940name = "xtask" 1980name = "xtask"
@@ -1942,11 +1982,11 @@ version = "0.1.0"
1942dependencies = [ 1982dependencies = [
1943 "anyhow", 1983 "anyhow",
1944 "flate2", 1984 "flate2",
1945 "pico-args",
1946 "proc-macro2", 1985 "proc-macro2",
1947 "quote", 1986 "quote",
1948 "ungrammar", 1987 "ungrammar",
1949 "walkdir", 1988 "walkdir",
1950 "write-json", 1989 "write-json",
1990 "xflags",
1951 "xshell", 1991 "xshell",
1952] 1992]