diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 171 |
1 files changed, 65 insertions, 106 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0a35eb793..234c31406 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -35,9 +35,9 @@ dependencies = [ | |||
35 | 35 | ||
36 | [[package]] | 36 | [[package]] |
37 | name = "anyhow" | 37 | name = "anyhow" |
38 | version = "1.0.31" | 38 | version = "1.0.32" |
39 | source = "registry+https://github.com/rust-lang/crates.io-index" | 39 | source = "registry+https://github.com/rust-lang/crates.io-index" |
40 | checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" | 40 | checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b" |
41 | 41 | ||
42 | [[package]] | 42 | [[package]] |
43 | name = "anymap" | 43 | name = "anymap" |
@@ -102,13 +102,12 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" | |||
102 | 102 | ||
103 | [[package]] | 103 | [[package]] |
104 | name = "cargo_metadata" | 104 | name = "cargo_metadata" |
105 | version = "0.10.1" | 105 | version = "0.11.1" |
106 | source = "registry+https://github.com/rust-lang/crates.io-index" | 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
107 | checksum = "052dbdd9db69a339d5fa9ac87bfe2e1319f709119f0345988a597af82bb1011c" | 107 | checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35" |
108 | dependencies = [ | 108 | dependencies = [ |
109 | "semver", | 109 | "semver", |
110 | "serde", | 110 | "serde", |
111 | "serde_derive", | ||
112 | "serde_json", | 111 | "serde_json", |
113 | ] | 112 | ] |
114 | 113 | ||
@@ -126,9 +125,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |||
126 | 125 | ||
127 | [[package]] | 126 | [[package]] |
128 | name = "chalk-derive" | 127 | name = "chalk-derive" |
129 | version = "0.18.0" | 128 | version = "0.19.0" |
130 | source = "registry+https://github.com/rust-lang/crates.io-index" | 129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
131 | checksum = "eea3a22f0c30b2504ac4ab58934dac0d00b92a4d7788df32795cabca24c3f929" | 130 | checksum = "654c611946ba2629c5028cb7708687af975faf2c29d731824cb294c873df4697" |
132 | dependencies = [ | 131 | dependencies = [ |
133 | "proc-macro2", | 132 | "proc-macro2", |
134 | "quote", | 133 | "quote", |
@@ -138,9 +137,9 @@ dependencies = [ | |||
138 | 137 | ||
139 | [[package]] | 138 | [[package]] |
140 | name = "chalk-ir" | 139 | name = "chalk-ir" |
141 | version = "0.18.0" | 140 | version = "0.19.0" |
142 | source = "registry+https://github.com/rust-lang/crates.io-index" | 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
143 | checksum = "fb617b643e145e3b151502799e91a9625dd5daf1cf05dc2cb821bc75ae0c9cbd" | 142 | checksum = "0a5341fbc654ca886b73b804a36aebf0e621057ccc1a68e9815b5b39b3ac9ae8" |
144 | dependencies = [ | 143 | dependencies = [ |
145 | "chalk-derive", | 144 | "chalk-derive", |
146 | "lazy_static", | 145 | "lazy_static", |
@@ -148,9 +147,9 @@ dependencies = [ | |||
148 | 147 | ||
149 | [[package]] | 148 | [[package]] |
150 | name = "chalk-recursive" | 149 | name = "chalk-recursive" |
151 | version = "0.18.0" | 150 | version = "0.19.0" |
152 | source = "registry+https://github.com/rust-lang/crates.io-index" | 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
153 | checksum = "d280565c8eefbf9b2bc615df49c7dfd971faad37774bf65734e626fd23864bd6" | 152 | checksum = "4484807b155b5a411e6135d330295f9ba5042e2920b8712c6574ca6ea91e9ee5" |
154 | dependencies = [ | 153 | dependencies = [ |
155 | "chalk-derive", | 154 | "chalk-derive", |
156 | "chalk-ir", | 155 | "chalk-ir", |
@@ -161,9 +160,9 @@ dependencies = [ | |||
161 | 160 | ||
162 | [[package]] | 161 | [[package]] |
163 | name = "chalk-solve" | 162 | name = "chalk-solve" |
164 | version = "0.18.0" | 163 | version = "0.19.0" |
165 | source = "registry+https://github.com/rust-lang/crates.io-index" | 164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
166 | checksum = "be906fbca3f3077dce0e76d9864771d0f450c946af0d86b569fb9504148a065a" | 165 | checksum = "281f82facd2538997fbe52132b1941ed213d266748215c31d15f62a8664429ad" |
167 | dependencies = [ | 166 | dependencies = [ |
168 | "chalk-derive", | 167 | "chalk-derive", |
169 | "chalk-ir", | 168 | "chalk-ir", |
@@ -319,9 +318,9 @@ dependencies = [ | |||
319 | 318 | ||
320 | [[package]] | 319 | [[package]] |
321 | name = "filetime" | 320 | name = "filetime" |
322 | version = "0.2.10" | 321 | version = "0.2.11" |
323 | source = "registry+https://github.com/rust-lang/crates.io-index" | 322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
324 | checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695" | 323 | checksum = "e500da2fab70bdc43f8f0e0b350a227f31c72311c56aba48f01d5cd62bb0345b" |
325 | dependencies = [ | 324 | dependencies = [ |
326 | "cfg-if", | 325 | "cfg-if", |
327 | "libc", | 326 | "libc", |
@@ -401,17 +400,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
401 | checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 400 | checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
402 | 401 | ||
403 | [[package]] | 402 | [[package]] |
404 | name = "getrandom" | ||
405 | version = "0.1.14" | ||
406 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
407 | checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" | ||
408 | dependencies = [ | ||
409 | "cfg-if", | ||
410 | "libc", | ||
411 | "wasi", | ||
412 | ] | ||
413 | |||
414 | [[package]] | ||
415 | name = "gimli" | 403 | name = "gimli" |
416 | version = "0.22.0" | 404 | version = "0.22.0" |
417 | source = "registry+https://github.com/rust-lang/crates.io-index" | 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -565,9 +553,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | |||
565 | 553 | ||
566 | [[package]] | 554 | [[package]] |
567 | name = "libc" | 555 | name = "libc" |
568 | version = "0.2.73" | 556 | version = "0.2.74" |
569 | source = "registry+https://github.com/rust-lang/crates.io-index" | 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
570 | checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9" | 558 | checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10" |
571 | 559 | ||
572 | [[package]] | 560 | [[package]] |
573 | name = "libloading" | 561 | name = "libloading" |
@@ -619,9 +607,9 @@ dependencies = [ | |||
619 | 607 | ||
620 | [[package]] | 608 | [[package]] |
621 | name = "lsp-types" | 609 | name = "lsp-types" |
622 | version = "0.78.0" | 610 | version = "0.79.0" |
623 | source = "registry+https://github.com/rust-lang/crates.io-index" | 611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
624 | checksum = "d2e6cf68e3492cfa2035f0382c1da1b6ab045db0320feca505b86b4f13d66c27" | 612 | checksum = "7f1f86677fdbe8df5f88b99131b1424e50aad27bbe3e5900d221bc414bd72e9b" |
625 | dependencies = [ | 613 | dependencies = [ |
626 | "base64", | 614 | "base64", |
627 | "bitflags", | 615 | "bitflags", |
@@ -811,6 +799,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
811 | checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" | 799 | checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" |
812 | 800 | ||
813 | [[package]] | 801 | [[package]] |
802 | name = "oorandom" | ||
803 | version = "11.1.2" | ||
804 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
805 | checksum = "a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c" | ||
806 | |||
807 | [[package]] | ||
814 | name = "parking_lot" | 808 | name = "parking_lot" |
815 | version = "0.11.0" | 809 | version = "0.11.0" |
816 | source = "registry+https://github.com/rust-lang/crates.io-index" | 810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -847,6 +841,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
847 | checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | 841 | checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
848 | 842 | ||
849 | [[package]] | 843 | [[package]] |
844 | name = "perf-event" | ||
845 | version = "0.4.4" | ||
846 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
847 | checksum = "76c42ba5d85a2f4472b99f475fb60cf336d9b4c85b1ea8bb300fef2e3c7c8f89" | ||
848 | dependencies = [ | ||
849 | "libc", | ||
850 | "perf-event-open-sys", | ||
851 | ] | ||
852 | |||
853 | [[package]] | ||
854 | name = "perf-event-open-sys" | ||
855 | version = "0.3.1" | ||
856 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
857 | checksum = "95db63e37862bc1b842135d2234ef9418f222cc660c6752f45e7cf9ddfb97f96" | ||
858 | dependencies = [ | ||
859 | "libc", | ||
860 | ] | ||
861 | |||
862 | [[package]] | ||
850 | name = "petgraph" | 863 | name = "petgraph" |
851 | version = "0.5.1" | 864 | version = "0.5.1" |
852 | source = "registry+https://github.com/rust-lang/crates.io-index" | 865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -869,12 +882,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
869 | checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" | 882 | checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
870 | 883 | ||
871 | [[package]] | 884 | [[package]] |
872 | name = "ppv-lite86" | ||
873 | version = "0.2.8" | ||
874 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
875 | checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" | ||
876 | |||
877 | [[package]] | ||
878 | name = "proc-macro2" | 885 | name = "proc-macro2" |
879 | version = "1.0.19" | 886 | version = "1.0.19" |
880 | source = "registry+https://github.com/rust-lang/crates.io-index" | 887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1046,6 +1053,7 @@ dependencies = [ | |||
1046 | "indexmap", | 1053 | "indexmap", |
1047 | "itertools", | 1054 | "itertools", |
1048 | "log", | 1055 | "log", |
1056 | "oorandom", | ||
1049 | "ra_assists", | 1057 | "ra_assists", |
1050 | "ra_cfg", | 1058 | "ra_cfg", |
1051 | "ra_db", | 1059 | "ra_db", |
@@ -1056,7 +1064,6 @@ dependencies = [ | |||
1056 | "ra_ssr", | 1064 | "ra_ssr", |
1057 | "ra_syntax", | 1065 | "ra_syntax", |
1058 | "ra_text_edit", | 1066 | "ra_text_edit", |
1059 | "rand", | ||
1060 | "rustc-hash", | 1067 | "rustc-hash", |
1061 | "stdx", | 1068 | "stdx", |
1062 | "test_utils", | 1069 | "test_utils", |
@@ -1138,6 +1145,7 @@ dependencies = [ | |||
1138 | "cfg-if", | 1145 | "cfg-if", |
1139 | "libc", | 1146 | "libc", |
1140 | "once_cell", | 1147 | "once_cell", |
1148 | "perf-event", | ||
1141 | "ra_arena", | 1149 | "ra_arena", |
1142 | ] | 1150 | ] |
1143 | 1151 | ||
@@ -1164,6 +1172,7 @@ dependencies = [ | |||
1164 | name = "ra_ssr" | 1172 | name = "ra_ssr" |
1165 | version = "0.1.0" | 1173 | version = "0.1.0" |
1166 | dependencies = [ | 1174 | dependencies = [ |
1175 | "expect", | ||
1167 | "ra_db", | 1176 | "ra_db", |
1168 | "ra_hir", | 1177 | "ra_hir", |
1169 | "ra_ide_db", | 1178 | "ra_ide_db", |
@@ -1217,57 +1226,6 @@ dependencies = [ | |||
1217 | ] | 1226 | ] |
1218 | 1227 | ||
1219 | [[package]] | 1228 | [[package]] |
1220 | name = "rand" | ||
1221 | version = "0.7.3" | ||
1222 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1223 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | ||
1224 | dependencies = [ | ||
1225 | "getrandom", | ||
1226 | "libc", | ||
1227 | "rand_chacha", | ||
1228 | "rand_core", | ||
1229 | "rand_hc", | ||
1230 | "rand_pcg", | ||
1231 | ] | ||
1232 | |||
1233 | [[package]] | ||
1234 | name = "rand_chacha" | ||
1235 | version = "0.2.2" | ||
1236 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1237 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | ||
1238 | dependencies = [ | ||
1239 | "ppv-lite86", | ||
1240 | "rand_core", | ||
1241 | ] | ||
1242 | |||
1243 | [[package]] | ||
1244 | name = "rand_core" | ||
1245 | version = "0.5.1" | ||
1246 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1247 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | ||
1248 | dependencies = [ | ||
1249 | "getrandom", | ||
1250 | ] | ||
1251 | |||
1252 | [[package]] | ||
1253 | name = "rand_hc" | ||
1254 | version = "0.2.0" | ||
1255 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1256 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | ||
1257 | dependencies = [ | ||
1258 | "rand_core", | ||
1259 | ] | ||
1260 | |||
1261 | [[package]] | ||
1262 | name = "rand_pcg" | ||
1263 | version = "0.2.1" | ||
1264 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1265 | checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" | ||
1266 | dependencies = [ | ||
1267 | "rand_core", | ||
1268 | ] | ||
1269 | |||
1270 | [[package]] | ||
1271 | name = "rayon" | 1229 | name = "rayon" |
1272 | version = "1.3.1" | 1230 | version = "1.3.1" |
1273 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1353,6 +1311,7 @@ dependencies = [ | |||
1353 | "lsp-server", | 1311 | "lsp-server", |
1354 | "lsp-types", | 1312 | "lsp-types", |
1355 | "mimalloc", | 1313 | "mimalloc", |
1314 | "oorandom", | ||
1356 | "parking_lot", | 1315 | "parking_lot", |
1357 | "pico-args", | 1316 | "pico-args", |
1358 | "ra_cfg", | 1317 | "ra_cfg", |
@@ -1371,7 +1330,6 @@ dependencies = [ | |||
1371 | "ra_text_edit", | 1330 | "ra_text_edit", |
1372 | "ra_toolchain", | 1331 | "ra_toolchain", |
1373 | "ra_tt", | 1332 | "ra_tt", |
1374 | "rand", | ||
1375 | "rayon", | 1333 | "rayon", |
1376 | "rustc-hash", | 1334 | "rustc-hash", |
1377 | "serde", | 1335 | "serde", |
@@ -1386,9 +1344,9 @@ dependencies = [ | |||
1386 | 1344 | ||
1387 | [[package]] | 1345 | [[package]] |
1388 | name = "rustc-ap-rustc_lexer" | 1346 | name = "rustc-ap-rustc_lexer" |
1389 | version = "669.0.0" | 1347 | version = "671.0.0" |
1390 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1391 | checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63" | 1349 | checksum = "22e1221f3bfa2943c942cf8da319ab2346887f8757778c29c7f1822cd27b521f" |
1392 | dependencies = [ | 1350 | dependencies = [ |
1393 | "unicode-xid", | 1351 | "unicode-xid", |
1394 | ] | 1352 | ] |
@@ -1413,16 +1371,16 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" | |||
1413 | 1371 | ||
1414 | [[package]] | 1372 | [[package]] |
1415 | name = "salsa" | 1373 | name = "salsa" |
1416 | version = "0.15.0" | 1374 | version = "0.15.1" |
1417 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1418 | checksum = "885b4b99dde959decc84e85dd943bd140b4aabd62db2f8206ef5270f77ec20b9" | 1376 | checksum = "d4cdc109fcc9e9450c7ef47fb7474e99bffd51799da03ed0a6c7f0e2cb3848a6" |
1419 | dependencies = [ | 1377 | dependencies = [ |
1420 | "crossbeam-utils", | 1378 | "crossbeam-utils", |
1421 | "indexmap", | 1379 | "indexmap", |
1422 | "lock_api", | 1380 | "lock_api", |
1423 | "log", | 1381 | "log", |
1382 | "oorandom", | ||
1424 | "parking_lot", | 1383 | "parking_lot", |
1425 | "rand", | ||
1426 | "rustc-hash", | 1384 | "rustc-hash", |
1427 | "salsa-macros", | 1385 | "salsa-macros", |
1428 | "smallvec", | 1386 | "smallvec", |
@@ -1519,9 +1477,9 @@ dependencies = [ | |||
1519 | 1477 | ||
1520 | [[package]] | 1478 | [[package]] |
1521 | name = "serde_json" | 1479 | name = "serde_json" |
1522 | version = "1.0.56" | 1480 | version = "1.0.57" |
1523 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1524 | checksum = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3" | 1482 | checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" |
1525 | dependencies = [ | 1483 | dependencies = [ |
1526 | "itoa", | 1484 | "itoa", |
1527 | "ryu", | 1485 | "ryu", |
@@ -1575,9 +1533,9 @@ version = "0.1.0" | |||
1575 | 1533 | ||
1576 | [[package]] | 1534 | [[package]] |
1577 | name = "syn" | 1535 | name = "syn" |
1578 | version = "1.0.35" | 1536 | version = "1.0.36" |
1579 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1580 | checksum = "fb7f4c519df8c117855e19dd8cc851e89eb746fe7a73f0157e0d95fdec5369b0" | 1538 | checksum = "4cdb98bcb1f9d81d07b536179c269ea15999b5d14ea958196413869445bb5250" |
1581 | dependencies = [ | 1539 | dependencies = [ |
1582 | "proc-macro2", | 1540 | "proc-macro2", |
1583 | "quote", | 1541 | "quote", |
@@ -1716,9 +1674,9 @@ dependencies = [ | |||
1716 | 1674 | ||
1717 | [[package]] | 1675 | [[package]] |
1718 | name = "tracing-subscriber" | 1676 | name = "tracing-subscriber" |
1719 | version = "0.2.8" | 1677 | version = "0.2.9" |
1720 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1721 | checksum = "cafe899b943f5433c6cab468d75a17ea92948fe9fe60b00f41e13d5e0d4fd054" | 1679 | checksum = "e4f5dd7095c2481b7b3cbed71c8de53085fb3542bc3c2b4c73cba43e8f11c7ba" |
1722 | dependencies = [ | 1680 | dependencies = [ |
1723 | "ansi_term", | 1681 | "ansi_term", |
1724 | "chrono", | 1682 | "chrono", |
@@ -1749,6 +1707,12 @@ dependencies = [ | |||
1749 | ] | 1707 | ] |
1750 | 1708 | ||
1751 | [[package]] | 1709 | [[package]] |
1710 | name = "ungrammar" | ||
1711 | version = "0.1.0" | ||
1712 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1713 | checksum = "0ee12e4891ab3acc2d95d5023022ace22020247bb8a8d1ece875a443f7dab37d" | ||
1714 | |||
1715 | [[package]] | ||
1752 | name = "unicode-bidi" | 1716 | name = "unicode-bidi" |
1753 | version = "0.3.4" | 1717 | version = "0.3.4" |
1754 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1825,12 +1789,6 @@ dependencies = [ | |||
1825 | ] | 1789 | ] |
1826 | 1790 | ||
1827 | [[package]] | 1791 | [[package]] |
1828 | name = "wasi" | ||
1829 | version = "0.9.0+wasi-snapshot-preview1" | ||
1830 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1831 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | ||
1832 | |||
1833 | [[package]] | ||
1834 | name = "winapi" | 1792 | name = "winapi" |
1835 | version = "0.2.8" | 1793 | version = "0.2.8" |
1836 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1892,5 +1850,6 @@ dependencies = [ | |||
1892 | "pico-args", | 1850 | "pico-args", |
1893 | "proc-macro2", | 1851 | "proc-macro2", |
1894 | "quote", | 1852 | "quote", |
1853 | "ungrammar", | ||
1895 | "walkdir", | 1854 | "walkdir", |
1896 | ] | 1855 | ] |