aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-10-08 14:43:00 +0100
committerkjeremy <[email protected]>2020-10-08 15:39:02 +0100
commit13bb0404a88fbe565660e61bf4ea68aa162ee0ce (patch)
tree731b9ce9126c31158a441d39dcd7b509383d209a
parente6a05e6566014d95cec416b5203fdf52bb8ac09c (diff)
Bump rustc_lexer, cfg-if to 1.0 and add new license to check
-rw-r--r--Cargo.lock63
-rw-r--r--crates/profile/Cargo.toml2
-rw-r--r--crates/syntax/Cargo.toml2
-rw-r--r--xtask/tests/tidy.rs1
4 files changed, 38 insertions, 30 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]]
28name = "anyhow" 28name = "anyhow"
29version = "1.0.32" 29version = "1.0.33"
30source = "registry+https://github.com/rust-lang/crates.io-index" 30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b" 31checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
32 32
33[[package]] 33[[package]]
34name = "anymap" 34name = "anymap"
@@ -87,7 +87,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "ec1931848a574faa8f7c71a12ea00453ff5effbb5f51afe7f77d7a48cace6ac1" 87checksum = "ec1931848a574faa8f7c71a12ea00453ff5effbb5f51afe7f77d7a48cace6ac1"
88dependencies = [ 88dependencies = [
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"
161checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 161checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
162 162
163[[package]] 163[[package]]
164name = "cfg-if"
165version = "1.0.0"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
168
169[[package]]
164name = "chalk-derive" 170name = "chalk-derive"
165version = "0.32.0" 171version = "0.32.0"
166source = "registry+https://github.com/rust-lang/crates.io-index" 172source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -249,7 +255,7 @@ version = "1.2.0"
249source = "registry+https://github.com/rust-lang/crates.io-index" 255source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" 256checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
251dependencies = [ 257dependencies = [
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"
280checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" 286checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
281dependencies = [ 287dependencies = [
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"
295checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" 301checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
296dependencies = [ 302dependencies = [
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"
351source = "registry+https://github.com/rust-lang/crates.io-index" 357source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e" 358checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
353dependencies = [ 359dependencies = [
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"
369source = "registry+https://github.com/rust-lang/crates.io-index" 375source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee" 376checksum = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee"
371dependencies = [ 377dependencies = [
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]]
470name = "hermit-abi" 476name = "hermit-abi"
471version = "0.1.16" 477version = "0.1.17"
472source = "registry+https://github.com/rust-lang/crates.io-index" 478source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151" 479checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
474dependencies = [ 480dependencies = [
475 "libc", 481 "libc",
476] 482]
@@ -668,7 +674,7 @@ version = "0.1.7"
668source = "registry+https://github.com/rust-lang/crates.io-index" 674source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" 675checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66"
670dependencies = [ 676dependencies = [
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]]
727name = "libc" 733name = "libc"
728version = "0.2.78" 734version = "0.2.79"
729source = "registry+https://github.com/rust-lang/crates.io-index" 735source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98" 736checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
731 737
732[[package]] 738[[package]]
733name = "libloading" 739name = "libloading"
@@ -735,7 +741,7 @@ version = "0.6.3"
735source = "registry+https://github.com/rust-lang/crates.io-index" 741source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9" 742checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9"
737dependencies = [ 743dependencies = [
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"
763source = "registry+https://github.com/rust-lang/crates.io-index" 769source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" 770checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
765dependencies = [ 771dependencies = [
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]]
864name = "miniz_oxide" 870name = "miniz_oxide"
865version = "0.4.2" 871version = "0.4.3"
866source = "registry+https://github.com/rust-lang/crates.io-index" 872source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9" 873checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
868dependencies = [ 874dependencies = [
869 "adler", 875 "adler",
870 "autocfg", 876 "autocfg",
@@ -876,7 +882,7 @@ version = "0.6.22"
876source = "registry+https://github.com/rust-lang/crates.io-index" 882source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" 883checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
878dependencies = [ 884dependencies = [
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"
919source = "registry+https://github.com/rust-lang/crates.io-index" 925source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" 926checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
921dependencies = [ 927dependencies = [
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"
1008source = "registry+https://github.com/rust-lang/crates.io-index" 1014source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" 1015checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
1010dependencies = [ 1016dependencies = [
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"
1130dependencies = [ 1136dependencies = [
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]]
1302name = "rustc-ap-rustc_lexer" 1308name = "rustc-ap-rustc_lexer"
1303version = "681.0.0" 1309version = "682.0.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index" 1310source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "01e579a90506e9d9c9a098f380cad55b9ecf9e7be9fa96cb67b31f52045f41a8" 1311checksum = "5fea544ba13e72077e363981b0a4a87997b97f772b25a0aa7ec3df35a6adfe82"
1306dependencies = [ 1312dependencies = [
1307 "unicode-xid", 1313 "unicode-xid",
1308] 1314]
1309 1315
1310[[package]] 1316[[package]]
1311name = "rustc-demangle" 1317name = "rustc-demangle"
1312version = "0.1.16" 1318version = "0.1.17"
1313source = "registry+https://github.com/rust-lang/crates.io-index" 1319source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 1320checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
1315 1321
1316[[package]] 1322[[package]]
1317name = "rustc-hash" 1323name = "rustc-hash"
@@ -1633,7 +1639,7 @@ version = "0.1.21"
1633source = "registry+https://github.com/rust-lang/crates.io-index" 1639source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" 1640checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
1635dependencies = [ 1641dependencies = [
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]]
1684name = "tracing-subscriber" 1690name = "tracing-subscriber"
1685version = "0.2.12" 1691version = "0.2.13"
1686source = "registry+https://github.com/rust-lang/crates.io-index" 1692source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "82bb5079aa76438620837198db8a5c529fb9878c730bc2b28179b0241cf04c10" 1693checksum = "4ef0a5e15477aa303afbfac3a44cba9b6430fdaad52423b1e6c0dbbe28c3eedd"
1688dependencies = [ 1694dependencies = [
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",
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml
index 261172d61..c5dfdff32 100644
--- a/crates/profile/Cargo.toml
+++ b/crates/profile/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
11 11
12[dependencies] 12[dependencies]
13once_cell = "1.3.1" 13once_cell = "1.3.1"
14cfg-if = "0.1.10" 14cfg-if = "1"
15libc = "0.2.73" 15libc = "0.2.73"
16backtrace = { version = "0.3.44", optional = true } 16backtrace = { version = "0.3.44", optional = true }
17 17
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index 0b15f10e9..547fe9f47 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
13[dependencies] 13[dependencies]
14itertools = "0.9.0" 14itertools = "0.9.0"
15rowan = "0.10.0" 15rowan = "0.10.0"
16rustc_lexer = { version = "681.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "682.0.0", package = "rustc-ap-rustc_lexer" }
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"
18arrayvec = "0.5.1" 18arrayvec = "0.5.1"
19once_cell = "1.3.1" 19once_cell = "1.3.1"
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs
index 01f04a17c..0c233f87d 100644
--- a/xtask/tests/tidy.rs
+++ b/xtask/tests/tidy.rs
@@ -123,6 +123,7 @@ ISC
123MIT 123MIT
124MIT / Apache-2.0 124MIT / Apache-2.0
125MIT OR Apache-2.0 125MIT OR Apache-2.0
126MIT OR Zlib OR Apache-2.0
126MIT/Apache-2.0 127MIT/Apache-2.0
127Unlicense OR MIT 128Unlicense OR MIT
128Unlicense/MIT 129Unlicense/MIT