diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 189 |
1 files changed, 77 insertions, 112 deletions
diff --git a/Cargo.lock b/Cargo.lock index ff225399e..dc49fc4bd 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -102,13 +102,12 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" | |||
102 | 102 | ||
103 | [[package]] | 103 | [[package]] |
104 | name = "cargo_metadata" | 104 | name = "cargo_metadata" |
105 | version = "0.10.0" | 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 = "b8de60b887edf6d74370fc8eb177040da4847d971d6234c7b13a6da324ef0caf" | 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.21.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 = "c1df0dbb57d74b4acd20f20fa66ab2acd09776b79eaeb9d8f947b2f3e01c40bf" |
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.21.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 = "44361a25dbdb1dc428f56ad7a3c21ba9ca12f3225c26a47919ff6fcb10a583d4" |
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.21.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 = "dd89556b98de156d5eaf21077d297cd2198628f10f2df140798ea3a5dd84bc86" |
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.21.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 = "a886da37a0dc457057d86f78f026f7a09c6d8088aa13f4f4127fdb8dc80119a3" |
167 | dependencies = [ | 166 | dependencies = [ |
168 | "chalk-derive", | 167 | "chalk-derive", |
169 | "chalk-ir", | 168 | "chalk-ir", |
@@ -280,9 +279,9 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | |||
280 | 279 | ||
281 | [[package]] | 280 | [[package]] |
282 | name = "drop_bomb" | 281 | name = "drop_bomb" |
283 | version = "0.1.4" | 282 | version = "0.1.5" |
284 | source = "registry+https://github.com/rust-lang/crates.io-index" | 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
285 | checksum = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 284 | checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" |
286 | 285 | ||
287 | [[package]] | 286 | [[package]] |
288 | name = "either" | 287 | name = "either" |
@@ -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.12" |
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 = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e" |
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 | ||
@@ -1218,57 +1226,6 @@ dependencies = [ | |||
1218 | ] | 1226 | ] |
1219 | 1227 | ||
1220 | [[package]] | 1228 | [[package]] |
1221 | name = "rand" | ||
1222 | version = "0.7.3" | ||
1223 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1224 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | ||
1225 | dependencies = [ | ||
1226 | "getrandom", | ||
1227 | "libc", | ||
1228 | "rand_chacha", | ||
1229 | "rand_core", | ||
1230 | "rand_hc", | ||
1231 | "rand_pcg", | ||
1232 | ] | ||
1233 | |||
1234 | [[package]] | ||
1235 | name = "rand_chacha" | ||
1236 | version = "0.2.2" | ||
1237 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1238 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | ||
1239 | dependencies = [ | ||
1240 | "ppv-lite86", | ||
1241 | "rand_core", | ||
1242 | ] | ||
1243 | |||
1244 | [[package]] | ||
1245 | name = "rand_core" | ||
1246 | version = "0.5.1" | ||
1247 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1248 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | ||
1249 | dependencies = [ | ||
1250 | "getrandom", | ||
1251 | ] | ||
1252 | |||
1253 | [[package]] | ||
1254 | name = "rand_hc" | ||
1255 | version = "0.2.0" | ||
1256 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1257 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | ||
1258 | dependencies = [ | ||
1259 | "rand_core", | ||
1260 | ] | ||
1261 | |||
1262 | [[package]] | ||
1263 | name = "rand_pcg" | ||
1264 | version = "0.2.1" | ||
1265 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1266 | checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" | ||
1267 | dependencies = [ | ||
1268 | "rand_core", | ||
1269 | ] | ||
1270 | |||
1271 | [[package]] | ||
1272 | name = "rayon" | 1229 | name = "rayon" |
1273 | version = "1.3.1" | 1230 | version = "1.3.1" |
1274 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1354,6 +1311,7 @@ dependencies = [ | |||
1354 | "lsp-server", | 1311 | "lsp-server", |
1355 | "lsp-types", | 1312 | "lsp-types", |
1356 | "mimalloc", | 1313 | "mimalloc", |
1314 | "oorandom", | ||
1357 | "parking_lot", | 1315 | "parking_lot", |
1358 | "pico-args", | 1316 | "pico-args", |
1359 | "ra_cfg", | 1317 | "ra_cfg", |
@@ -1372,7 +1330,6 @@ dependencies = [ | |||
1372 | "ra_text_edit", | 1330 | "ra_text_edit", |
1373 | "ra_toolchain", | 1331 | "ra_toolchain", |
1374 | "ra_tt", | 1332 | "ra_tt", |
1375 | "rand", | ||
1376 | "rayon", | 1333 | "rayon", |
1377 | "rustc-hash", | 1334 | "rustc-hash", |
1378 | "serde", | 1335 | "serde", |
@@ -1387,9 +1344,9 @@ dependencies = [ | |||
1387 | 1344 | ||
1388 | [[package]] | 1345 | [[package]] |
1389 | name = "rustc-ap-rustc_lexer" | 1346 | name = "rustc-ap-rustc_lexer" |
1390 | version = "669.0.0" | 1347 | version = "671.0.0" |
1391 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1392 | checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63" | 1349 | checksum = "22e1221f3bfa2943c942cf8da319ab2346887f8757778c29c7f1822cd27b521f" |
1393 | dependencies = [ | 1350 | dependencies = [ |
1394 | "unicode-xid", | 1351 | "unicode-xid", |
1395 | ] | 1352 | ] |
@@ -1414,16 +1371,16 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" | |||
1414 | 1371 | ||
1415 | [[package]] | 1372 | [[package]] |
1416 | name = "salsa" | 1373 | name = "salsa" |
1417 | version = "0.15.0" | 1374 | version = "0.15.2" |
1418 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1419 | checksum = "885b4b99dde959decc84e85dd943bd140b4aabd62db2f8206ef5270f77ec20b9" | 1376 | checksum = "9ab29056d4fb4048a5f0d169c9b6e5526160c9ec37aded5a6879c2c9c445a8e4" |
1420 | dependencies = [ | 1377 | dependencies = [ |
1421 | "crossbeam-utils", | 1378 | "crossbeam-utils", |
1422 | "indexmap", | 1379 | "indexmap", |
1423 | "lock_api", | 1380 | "lock_api", |
1424 | "log", | 1381 | "log", |
1382 | "oorandom", | ||
1425 | "parking_lot", | 1383 | "parking_lot", |
1426 | "rand", | ||
1427 | "rustc-hash", | 1384 | "rustc-hash", |
1428 | "salsa-macros", | 1385 | "salsa-macros", |
1429 | "smallvec", | 1386 | "smallvec", |
@@ -1431,9 +1388,9 @@ dependencies = [ | |||
1431 | 1388 | ||
1432 | [[package]] | 1389 | [[package]] |
1433 | name = "salsa-macros" | 1390 | name = "salsa-macros" |
1434 | version = "0.15.0" | 1391 | version = "0.15.2" |
1435 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1436 | checksum = "2c280ac85b15ac214b86ac4b407626a48e6a1c4f90769a582fec74aa57942b9f" | 1393 | checksum = "a1c3aec007c63c4ed4cd7a018529fb0b5575c4562575fc6a40d6cd2ae0b792ef" |
1437 | dependencies = [ | 1394 | dependencies = [ |
1438 | "heck", | 1395 | "heck", |
1439 | "proc-macro2", | 1396 | "proc-macro2", |
@@ -1484,9 +1441,9 @@ dependencies = [ | |||
1484 | 1441 | ||
1485 | [[package]] | 1442 | [[package]] |
1486 | name = "semver" | 1443 | name = "semver" |
1487 | version = "0.9.0" | 1444 | version = "0.10.0" |
1488 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1489 | checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1446 | checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190" |
1490 | dependencies = [ | 1447 | dependencies = [ |
1491 | "semver-parser", | 1448 | "semver-parser", |
1492 | "serde", | 1449 | "serde", |
@@ -1576,9 +1533,9 @@ version = "0.1.0" | |||
1576 | 1533 | ||
1577 | [[package]] | 1534 | [[package]] |
1578 | name = "syn" | 1535 | name = "syn" |
1579 | version = "1.0.36" | 1536 | version = "1.0.38" |
1580 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1581 | checksum = "4cdb98bcb1f9d81d07b536179c269ea15999b5d14ea958196413869445bb5250" | 1538 | checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4" |
1582 | dependencies = [ | 1539 | dependencies = [ |
1583 | "proc-macro2", | 1540 | "proc-macro2", |
1584 | "quote", | 1541 | "quote", |
@@ -1665,9 +1622,9 @@ checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed" | |||
1665 | 1622 | ||
1666 | [[package]] | 1623 | [[package]] |
1667 | name = "tracing" | 1624 | name = "tracing" |
1668 | version = "0.1.17" | 1625 | version = "0.1.18" |
1669 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1670 | checksum = "dbdf4ccd1652592b01286a5dbe1e2a77d78afaa34beadd9872a5f7396f92aaa9" | 1627 | checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178" |
1671 | dependencies = [ | 1628 | dependencies = [ |
1672 | "cfg-if", | 1629 | "cfg-if", |
1673 | "tracing-attributes", | 1630 | "tracing-attributes", |
@@ -1687,9 +1644,9 @@ dependencies = [ | |||
1687 | 1644 | ||
1688 | [[package]] | 1645 | [[package]] |
1689 | name = "tracing-core" | 1646 | name = "tracing-core" |
1690 | version = "0.1.11" | 1647 | version = "0.1.13" |
1691 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1692 | checksum = "94ae75f0d28ae10786f3b1895c55fe72e79928fd5ccdebb5438c75e93fec178f" | 1649 | checksum = "d593f98af59ebc017c0648f0117525db358745a8894a8d684e185ba3f45954f9" |
1693 | dependencies = [ | 1650 | dependencies = [ |
1694 | "lazy_static", | 1651 | "lazy_static", |
1695 | ] | 1652 | ] |
@@ -1717,9 +1674,9 @@ dependencies = [ | |||
1717 | 1674 | ||
1718 | [[package]] | 1675 | [[package]] |
1719 | name = "tracing-subscriber" | 1676 | name = "tracing-subscriber" |
1720 | version = "0.2.9" | 1677 | version = "0.2.10" |
1721 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1722 | checksum = "e4f5dd7095c2481b7b3cbed71c8de53085fb3542bc3c2b4c73cba43e8f11c7ba" | 1679 | checksum = "f7b33f8b2ef2ab0c3778c12646d9c42a24f7772bee4cdafc72199644a9f58fdc" |
1723 | dependencies = [ | 1680 | dependencies = [ |
1724 | "ansi_term", | 1681 | "ansi_term", |
1725 | "chrono", | 1682 | "chrono", |
@@ -1750,6 +1707,12 @@ dependencies = [ | |||
1750 | ] | 1707 | ] |
1751 | 1708 | ||
1752 | [[package]] | 1709 | [[package]] |
1710 | name = "ungrammar" | ||
1711 | version = "1.1.1" | ||
1712 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1713 | checksum = "c4e20e58a08ee1bcf8a4695cf74550cf054d6c489105f594beacb2c684210aad" | ||
1714 | |||
1715 | [[package]] | ||
1753 | name = "unicode-bidi" | 1716 | name = "unicode-bidi" |
1754 | version = "0.3.4" | 1717 | version = "0.3.4" |
1755 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1826,12 +1789,6 @@ dependencies = [ | |||
1826 | ] | 1789 | ] |
1827 | 1790 | ||
1828 | [[package]] | 1791 | [[package]] |
1829 | name = "wasi" | ||
1830 | version = "0.9.0+wasi-snapshot-preview1" | ||
1831 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1832 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | ||
1833 | |||
1834 | [[package]] | ||
1835 | name = "winapi" | 1792 | name = "winapi" |
1836 | version = "0.2.8" | 1793 | version = "0.2.8" |
1837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1875,6 +1832,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1875 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 1832 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
1876 | 1833 | ||
1877 | [[package]] | 1834 | [[package]] |
1835 | name = "write-json" | ||
1836 | version = "0.1.2" | ||
1837 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1838 | checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3" | ||
1839 | |||
1840 | [[package]] | ||
1878 | name = "ws2_32-sys" | 1841 | name = "ws2_32-sys" |
1879 | version = "0.2.1" | 1842 | version = "0.2.1" |
1880 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1893,5 +1856,7 @@ dependencies = [ | |||
1893 | "pico-args", | 1856 | "pico-args", |
1894 | "proc-macro2", | 1857 | "proc-macro2", |
1895 | "quote", | 1858 | "quote", |
1859 | "ungrammar", | ||
1896 | "walkdir", | 1860 | "walkdir", |
1861 | "write-json", | ||
1897 | ] | 1862 | ] |