diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-08 16:58:48 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-08 16:58:48 +0100 |
commit | 636b413e142e2b831ded74642c8193a0dc39b4a7 (patch) | |
tree | 731b9ce9126c31158a441d39dcd7b509383d209a /Cargo.lock | |
parent | e6a05e6566014d95cec416b5203fdf52bb8ac09c (diff) | |
parent | 13bb0404a88fbe565660e61bf4ea68aa162ee0ce (diff) |
Merge #6173
6173: Bump rustc_lexer, cfg-if to 1.0 and add new license to check r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 63 |
1 files changed, 35 insertions, 28 deletions
diff --git a/Cargo.lock b/Cargo.lock index a1786d201..4cfa4c519 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -26,9 +26,9 @@ dependencies = [ | |||
26 | 26 | ||
27 | [[package]] | 27 | [[package]] |
28 | name = "anyhow" | 28 | name = "anyhow" |
29 | version = "1.0.32" | 29 | version = "1.0.33" |
30 | source = "registry+https://github.com/rust-lang/crates.io-index" | 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b" | 31 | checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c" |
32 | 32 | ||
33 | [[package]] | 33 | [[package]] |
34 | name = "anymap" | 34 | name = "anymap" |
@@ -87,7 +87,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
87 | checksum = "ec1931848a574faa8f7c71a12ea00453ff5effbb5f51afe7f77d7a48cace6ac1" | 87 | checksum = "ec1931848a574faa8f7c71a12ea00453ff5effbb5f51afe7f77d7a48cace6ac1" |
88 | dependencies = [ | 88 | dependencies = [ |
89 | "addr2line", | 89 | "addr2line", |
90 | "cfg-if", | 90 | "cfg-if 0.1.10", |
91 | "libc", | 91 | "libc", |
92 | "miniz_oxide", | 92 | "miniz_oxide", |
93 | "object", | 93 | "object", |
@@ -161,6 +161,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
161 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | 161 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
162 | 162 | ||
163 | [[package]] | 163 | [[package]] |
164 | name = "cfg-if" | ||
165 | version = "1.0.0" | ||
166 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
167 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | ||
168 | |||
169 | [[package]] | ||
164 | name = "chalk-derive" | 170 | name = "chalk-derive" |
165 | version = "0.32.0" | 171 | version = "0.32.0" |
166 | source = "registry+https://github.com/rust-lang/crates.io-index" | 172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -249,7 +255,7 @@ version = "1.2.0" | |||
249 | source = "registry+https://github.com/rust-lang/crates.io-index" | 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
250 | checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" | 256 | checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
251 | dependencies = [ | 257 | dependencies = [ |
252 | "cfg-if", | 258 | "cfg-if 0.1.10", |
253 | ] | 259 | ] |
254 | 260 | ||
255 | [[package]] | 261 | [[package]] |
@@ -280,7 +286,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
280 | checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" | 286 | checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
281 | dependencies = [ | 287 | dependencies = [ |
282 | "autocfg", | 288 | "autocfg", |
283 | "cfg-if", | 289 | "cfg-if 0.1.10", |
284 | "crossbeam-utils", | 290 | "crossbeam-utils", |
285 | "lazy_static", | 291 | "lazy_static", |
286 | "maybe-uninit", | 292 | "maybe-uninit", |
@@ -295,7 +301,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
295 | checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" | 301 | checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
296 | dependencies = [ | 302 | dependencies = [ |
297 | "autocfg", | 303 | "autocfg", |
298 | "cfg-if", | 304 | "cfg-if 0.1.10", |
299 | "lazy_static", | 305 | "lazy_static", |
300 | ] | 306 | ] |
301 | 307 | ||
@@ -351,7 +357,7 @@ version = "0.2.12" | |||
351 | source = "registry+https://github.com/rust-lang/crates.io-index" | 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
352 | checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e" | 358 | checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e" |
353 | dependencies = [ | 359 | dependencies = [ |
354 | "cfg-if", | 360 | "cfg-if 0.1.10", |
355 | "libc", | 361 | "libc", |
356 | "redox_syscall", | 362 | "redox_syscall", |
357 | "winapi 0.3.9", | 363 | "winapi 0.3.9", |
@@ -369,7 +375,7 @@ version = "1.0.18" | |||
369 | source = "registry+https://github.com/rust-lang/crates.io-index" | 375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
370 | checksum = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee" | 376 | checksum = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee" |
371 | dependencies = [ | 377 | dependencies = [ |
372 | "cfg-if", | 378 | "cfg-if 0.1.10", |
373 | "crc32fast", | 379 | "crc32fast", |
374 | "libc", | 380 | "libc", |
375 | "miniz_oxide", | 381 | "miniz_oxide", |
@@ -468,9 +474,9 @@ dependencies = [ | |||
468 | 474 | ||
469 | [[package]] | 475 | [[package]] |
470 | name = "hermit-abi" | 476 | name = "hermit-abi" |
471 | version = "0.1.16" | 477 | version = "0.1.17" |
472 | source = "registry+https://github.com/rust-lang/crates.io-index" | 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
473 | checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151" | 479 | checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
474 | dependencies = [ | 480 | dependencies = [ |
475 | "libc", | 481 | "libc", |
476 | ] | 482 | ] |
@@ -668,7 +674,7 @@ version = "0.1.7" | |||
668 | source = "registry+https://github.com/rust-lang/crates.io-index" | 674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
669 | checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" | 675 | checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" |
670 | dependencies = [ | 676 | dependencies = [ |
671 | "cfg-if", | 677 | "cfg-if 0.1.10", |
672 | ] | 678 | ] |
673 | 679 | ||
674 | [[package]] | 680 | [[package]] |
@@ -725,9 +731,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" | |||
725 | 731 | ||
726 | [[package]] | 732 | [[package]] |
727 | name = "libc" | 733 | name = "libc" |
728 | version = "0.2.78" | 734 | version = "0.2.79" |
729 | source = "registry+https://github.com/rust-lang/crates.io-index" | 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
730 | checksum = "aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98" | 736 | checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" |
731 | 737 | ||
732 | [[package]] | 738 | [[package]] |
733 | name = "libloading" | 739 | name = "libloading" |
@@ -735,7 +741,7 @@ version = "0.6.3" | |||
735 | source = "registry+https://github.com/rust-lang/crates.io-index" | 741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
736 | checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9" | 742 | checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9" |
737 | dependencies = [ | 743 | dependencies = [ |
738 | "cfg-if", | 744 | "cfg-if 0.1.10", |
739 | "winapi 0.3.9", | 745 | "winapi 0.3.9", |
740 | ] | 746 | ] |
741 | 747 | ||
@@ -763,7 +769,7 @@ version = "0.4.11" | |||
763 | source = "registry+https://github.com/rust-lang/crates.io-index" | 769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
764 | checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" | 770 | checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
765 | dependencies = [ | 771 | dependencies = [ |
766 | "cfg-if", | 772 | "cfg-if 0.1.10", |
767 | ] | 773 | ] |
768 | 774 | ||
769 | [[package]] | 775 | [[package]] |
@@ -862,9 +868,9 @@ dependencies = [ | |||
862 | 868 | ||
863 | [[package]] | 869 | [[package]] |
864 | name = "miniz_oxide" | 870 | name = "miniz_oxide" |
865 | version = "0.4.2" | 871 | version = "0.4.3" |
866 | source = "registry+https://github.com/rust-lang/crates.io-index" | 872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
867 | checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9" | 873 | checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" |
868 | dependencies = [ | 874 | dependencies = [ |
869 | "adler", | 875 | "adler", |
870 | "autocfg", | 876 | "autocfg", |
@@ -876,7 +882,7 @@ version = "0.6.22" | |||
876 | source = "registry+https://github.com/rust-lang/crates.io-index" | 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
877 | checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" | 883 | checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" |
878 | dependencies = [ | 884 | dependencies = [ |
879 | "cfg-if", | 885 | "cfg-if 0.1.10", |
880 | "fuchsia-zircon", | 886 | "fuchsia-zircon", |
881 | "fuchsia-zircon-sys", | 887 | "fuchsia-zircon-sys", |
882 | "iovec", | 888 | "iovec", |
@@ -919,7 +925,7 @@ version = "0.2.35" | |||
919 | source = "registry+https://github.com/rust-lang/crates.io-index" | 925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
920 | checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" | 926 | checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" |
921 | dependencies = [ | 927 | dependencies = [ |
922 | "cfg-if", | 928 | "cfg-if 0.1.10", |
923 | "libc", | 929 | "libc", |
924 | "winapi 0.3.9", | 930 | "winapi 0.3.9", |
925 | ] | 931 | ] |
@@ -1008,7 +1014,7 @@ version = "0.8.0" | |||
1008 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1009 | checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" | 1015 | checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" |
1010 | dependencies = [ | 1016 | dependencies = [ |
1011 | "cfg-if", | 1017 | "cfg-if 0.1.10", |
1012 | "cloudabi", | 1018 | "cloudabi", |
1013 | "instant", | 1019 | "instant", |
1014 | "libc", | 1020 | "libc", |
@@ -1130,7 +1136,7 @@ version = "0.0.0" | |||
1130 | dependencies = [ | 1136 | dependencies = [ |
1131 | "arena", | 1137 | "arena", |
1132 | "backtrace", | 1138 | "backtrace", |
1133 | "cfg-if", | 1139 | "cfg-if 1.0.0", |
1134 | "libc", | 1140 | "libc", |
1135 | "once_cell", | 1141 | "once_cell", |
1136 | "perf-event", | 1142 | "perf-event", |
@@ -1300,18 +1306,18 @@ dependencies = [ | |||
1300 | 1306 | ||
1301 | [[package]] | 1307 | [[package]] |
1302 | name = "rustc-ap-rustc_lexer" | 1308 | name = "rustc-ap-rustc_lexer" |
1303 | version = "681.0.0" | 1309 | version = "682.0.0" |
1304 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1305 | checksum = "01e579a90506e9d9c9a098f380cad55b9ecf9e7be9fa96cb67b31f52045f41a8" | 1311 | checksum = "5fea544ba13e72077e363981b0a4a87997b97f772b25a0aa7ec3df35a6adfe82" |
1306 | dependencies = [ | 1312 | dependencies = [ |
1307 | "unicode-xid", | 1313 | "unicode-xid", |
1308 | ] | 1314 | ] |
1309 | 1315 | ||
1310 | [[package]] | 1316 | [[package]] |
1311 | name = "rustc-demangle" | 1317 | name = "rustc-demangle" |
1312 | version = "0.1.16" | 1318 | version = "0.1.17" |
1313 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1314 | checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" | 1320 | checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b" |
1315 | 1321 | ||
1316 | [[package]] | 1322 | [[package]] |
1317 | name = "rustc-hash" | 1323 | name = "rustc-hash" |
@@ -1633,7 +1639,7 @@ version = "0.1.21" | |||
1633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1634 | checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" | 1640 | checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" |
1635 | dependencies = [ | 1641 | dependencies = [ |
1636 | "cfg-if", | 1642 | "cfg-if 0.1.10", |
1637 | "pin-project-lite", | 1643 | "pin-project-lite", |
1638 | "tracing-attributes", | 1644 | "tracing-attributes", |
1639 | "tracing-core", | 1645 | "tracing-core", |
@@ -1682,9 +1688,9 @@ dependencies = [ | |||
1682 | 1688 | ||
1683 | [[package]] | 1689 | [[package]] |
1684 | name = "tracing-subscriber" | 1690 | name = "tracing-subscriber" |
1685 | version = "0.2.12" | 1691 | version = "0.2.13" |
1686 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1687 | checksum = "82bb5079aa76438620837198db8a5c529fb9878c730bc2b28179b0241cf04c10" | 1693 | checksum = "4ef0a5e15477aa303afbfac3a44cba9b6430fdaad52423b1e6c0dbbe28c3eedd" |
1688 | dependencies = [ | 1694 | dependencies = [ |
1689 | "ansi_term", | 1695 | "ansi_term", |
1690 | "chrono", | 1696 | "chrono", |
@@ -1696,6 +1702,7 @@ dependencies = [ | |||
1696 | "sharded-slab", | 1702 | "sharded-slab", |
1697 | "smallvec", | 1703 | "smallvec", |
1698 | "thread_local", | 1704 | "thread_local", |
1705 | "tracing", | ||
1699 | "tracing-core", | 1706 | "tracing-core", |
1700 | "tracing-log", | 1707 | "tracing-log", |
1701 | "tracing-serde", | 1708 | "tracing-serde", |