aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock112
1 files changed, 62 insertions, 50 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fe71b9971..b19d697f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -17,9 +17,9 @@ checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
17 17
18[[package]] 18[[package]]
19name = "aho-corasick" 19name = "aho-corasick"
20version = "0.7.10" 20version = "0.7.13"
21source = "registry+https://github.com/rust-lang/crates.io-index" 21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" 22checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
23dependencies = [ 23dependencies = [
24 "memchr", 24 "memchr",
25] 25]
@@ -30,7 +30,7 @@ version = "0.11.0"
30source = "registry+https://github.com/rust-lang/crates.io-index" 30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 31checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
32dependencies = [ 32dependencies = [
33 "winapi 0.3.8", 33 "winapi 0.3.9",
34] 34]
35 35
36[[package]] 36[[package]]
@@ -59,7 +59,7 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
59dependencies = [ 59dependencies = [
60 "hermit-abi", 60 "hermit-abi",
61 "libc", 61 "libc",
62 "winapi 0.3.8", 62 "winapi 0.3.9",
63] 63]
64 64
65[[package]] 65[[package]]
@@ -84,9 +84,9 @@ dependencies = [
84 84
85[[package]] 85[[package]]
86name = "base64" 86name = "base64"
87version = "0.12.2" 87version = "0.12.3"
88source = "registry+https://github.com/rust-lang/crates.io-index" 88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "e223af0dc48c96d4f8342ec01a4974f139df863896b316681efd36742f22cc67" 89checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
90 90
91[[package]] 91[[package]]
92name = "bitflags" 92name = "bitflags"
@@ -123,9 +123,9 @@ dependencies = [
123 123
124[[package]] 124[[package]]
125name = "cc" 125name = "cc"
126version = "1.0.54" 126version = "1.0.55"
127source = "registry+https://github.com/rust-lang/crates.io-index" 127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311" 128checksum = "b1be3409f94d7bdceeb5f5fac551039d9b3f00e25da7a74fc4d33400a0d96368"
129 129
130[[package]] 130[[package]]
131name = "cfg-if" 131name = "cfg-if"
@@ -135,8 +135,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
135 135
136[[package]] 136[[package]]
137name = "chalk-derive" 137name = "chalk-derive"
138version = "0.15.0-dev.0" 138version = "0.15.0"
139source = "git+https://github.com/rust-lang/chalk#57037a53f7decc965d25972606c3ea930e9cb39f" 139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "c7379caa72d04103fcfd9bde5642b816f58e3ffd6a0d39347e9e35a066648226"
140dependencies = [ 141dependencies = [
141 "proc-macro2", 142 "proc-macro2",
142 "quote", 143 "quote",
@@ -146,8 +147,9 @@ dependencies = [
146 147
147[[package]] 148[[package]]
148name = "chalk-engine" 149name = "chalk-engine"
149version = "0.15.0-dev.0" 150version = "0.15.0"
150source = "git+https://github.com/rust-lang/chalk#57037a53f7decc965d25972606c3ea930e9cb39f" 151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "8e8afe48b5663504b485791ab4fae69cf4864869a71ceec9c758fd4d03423722"
151dependencies = [ 153dependencies = [
152 "chalk-derive", 154 "chalk-derive",
153 "chalk-ir", 155 "chalk-ir",
@@ -157,8 +159,9 @@ dependencies = [
157 159
158[[package]] 160[[package]]
159name = "chalk-ir" 161name = "chalk-ir"
160version = "0.15.0-dev.0" 162version = "0.15.0"
161source = "git+https://github.com/rust-lang/chalk#57037a53f7decc965d25972606c3ea930e9cb39f" 163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "231e391a03c1fc45874171d92be9542efedc939bac59d9501ee28b9521feb406"
162dependencies = [ 165dependencies = [
163 "chalk-derive", 166 "chalk-derive",
164 "lazy_static", 167 "lazy_static",
@@ -166,8 +169,9 @@ dependencies = [
166 169
167[[package]] 170[[package]]
168name = "chalk-solve" 171name = "chalk-solve"
169version = "0.15.0-dev.0" 172version = "0.15.0"
170source = "git+https://github.com/rust-lang/chalk#57037a53f7decc965d25972606c3ea930e9cb39f" 173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "72c969c0fd06ad50538253327ca3445ff02cc9d0209f94c3cbf198ad9d365b48"
171dependencies = [ 175dependencies = [
172 "chalk-derive", 176 "chalk-derive",
173 "chalk-engine", 177 "chalk-engine",
@@ -200,14 +204,14 @@ dependencies = [
200 "atty", 204 "atty",
201 "lazy_static", 205 "lazy_static",
202 "libc", 206 "libc",
203 "winapi 0.3.8", 207 "winapi 0.3.9",
204] 208]
205 209
206[[package]] 210[[package]]
207name = "cloudabi" 211name = "cloudabi"
208version = "0.0.3" 212version = "0.1.0"
209source = "registry+https://github.com/rust-lang/crates.io-index" 213source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 214checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
211dependencies = [ 215dependencies = [
212 "bitflags", 216 "bitflags",
213] 217]
@@ -224,7 +228,7 @@ dependencies = [
224 "libc", 228 "libc",
225 "terminal_size", 229 "terminal_size",
226 "termios", 230 "termios",
227 "winapi 0.3.8", 231 "winapi 0.3.9",
228] 232]
229 233
230[[package]] 234[[package]]
@@ -356,7 +360,7 @@ dependencies = [
356 "cfg-if", 360 "cfg-if",
357 "libc", 361 "libc",
358 "redox_syscall", 362 "redox_syscall",
359 "winapi 0.3.8", 363 "winapi 0.3.9",
360] 364]
361 365
362[[package]] 366[[package]]
@@ -495,7 +499,7 @@ version = "0.5.3"
495source = "registry+https://github.com/rust-lang/crates.io-index" 499source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" 500checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
497dependencies = [ 501dependencies = [
498 "winapi 0.3.8", 502 "winapi 0.3.9",
499] 503]
500 504
501[[package]] 505[[package]]
@@ -553,6 +557,12 @@ dependencies = [
553] 557]
554 558
555[[package]] 559[[package]]
560name = "instant"
561version = "0.1.5"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "69da7ce1490173c2bf4d26bc8be429aaeeaf4cce6c4b970b7949651fa17655fe"
564
565[[package]]
556name = "iovec" 566name = "iovec"
557version = "0.1.4" 567version = "0.1.4"
558source = "registry+https://github.com/rust-lang/crates.io-index" 568source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -648,7 +658,7 @@ version = "0.6.2"
648source = "registry+https://github.com/rust-lang/crates.io-index" 658source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c" 659checksum = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
650dependencies = [ 660dependencies = [
651 "winapi 0.3.8", 661 "winapi 0.3.9",
652] 662]
653 663
654[[package]] 664[[package]]
@@ -659,9 +669,9 @@ checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
659 669
660[[package]] 670[[package]]
661name = "lock_api" 671name = "lock_api"
662version = "0.3.4" 672version = "0.4.0"
663source = "registry+https://github.com/rust-lang/crates.io-index" 673source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" 674checksum = "de302ce1fe7482db13738fbaf2e21cfb06a986b89c0bf38d88abf16681aada4e"
665dependencies = [ 675dependencies = [
666 "scopeguard", 676 "scopeguard",
667] 677]
@@ -735,7 +745,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" 745checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
736dependencies = [ 746dependencies = [
737 "libc", 747 "libc",
738 "winapi 0.3.8", 748 "winapi 0.3.9",
739] 749]
740 750
741[[package]] 751[[package]]
@@ -807,7 +817,7 @@ checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
807dependencies = [ 817dependencies = [
808 "cfg-if", 818 "cfg-if",
809 "libc", 819 "libc",
810 "winapi 0.3.8", 820 "winapi 0.3.9",
811] 821]
812 822
813[[package]] 823[[package]]
@@ -827,7 +837,7 @@ dependencies = [
827 "mio", 837 "mio",
828 "mio-extras", 838 "mio-extras",
829 "walkdir", 839 "walkdir",
830 "winapi 0.3.8", 840 "winapi 0.3.9",
831] 841]
832 842
833[[package]] 843[[package]]
@@ -873,26 +883,28 @@ checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
873 883
874[[package]] 884[[package]]
875name = "parking_lot" 885name = "parking_lot"
876version = "0.10.2" 886version = "0.11.0"
877source = "registry+https://github.com/rust-lang/crates.io-index" 887source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" 888checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
879dependencies = [ 889dependencies = [
890 "instant",
880 "lock_api", 891 "lock_api",
881 "parking_lot_core", 892 "parking_lot_core",
882] 893]
883 894
884[[package]] 895[[package]]
885name = "parking_lot_core" 896name = "parking_lot_core"
886version = "0.7.2" 897version = "0.8.0"
887source = "registry+https://github.com/rust-lang/crates.io-index" 898source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" 899checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
889dependencies = [ 900dependencies = [
890 "cfg-if", 901 "cfg-if",
891 "cloudabi", 902 "cloudabi",
903 "instant",
892 "libc", 904 "libc",
893 "redox_syscall", 905 "redox_syscall",
894 "smallvec", 906 "smallvec",
895 "winapi 0.3.8", 907 "winapi 0.3.9",
896] 908]
897 909
898[[package]] 910[[package]]
@@ -936,9 +948,9 @@ dependencies = [
936 948
937[[package]] 949[[package]]
938name = "pico-args" 950name = "pico-args"
939version = "0.3.2" 951version = "0.3.3"
940source = "registry+https://github.com/rust-lang/crates.io-index" 952source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "6a71836ceac43f0349e3bd964f5bb902f7b003916f32a4ad00354dafc447fa8f" 953checksum = "1b1eee8b1f4966c8343d7ca0f5a8452cd35d5610a2e0efbe2a68cae44bef2046"
942 954
943[[package]] 955[[package]]
944name = "plain" 956name = "plain"
@@ -1414,7 +1426,7 @@ version = "0.5.3"
1414source = "registry+https://github.com/rust-lang/crates.io-index" 1426source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 1427checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1416dependencies = [ 1428dependencies = [
1417 "winapi 0.3.8", 1429 "winapi 0.3.9",
1418] 1430]
1419 1431
1420[[package]] 1432[[package]]
@@ -1470,14 +1482,14 @@ dependencies = [
1470 "threadpool", 1482 "threadpool",
1471 "vfs", 1483 "vfs",
1472 "vfs-notify", 1484 "vfs-notify",
1473 "winapi 0.3.8", 1485 "winapi 0.3.9",
1474] 1486]
1475 1487
1476[[package]] 1488[[package]]
1477name = "rustc-ap-rustc_lexer" 1489name = "rustc-ap-rustc_lexer"
1478version = "661.0.0" 1490version = "666.0.0"
1479source = "registry+https://github.com/rust-lang/crates.io-index" 1491source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "a6d88abd7c634b52557e46fc7ba47644f0cbe45c358c33f51c532d60d1da239e" 1492checksum = "4e00c526f9f8430ea4cd2178d25b02bfc7debe6677350c57292f92f50e65d2fe"
1481dependencies = [ 1493dependencies = [
1482 "unicode-xid", 1494 "unicode-xid",
1483] 1495]
@@ -1502,9 +1514,9 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1502 1514
1503[[package]] 1515[[package]]
1504name = "salsa" 1516name = "salsa"
1505version = "0.14.1" 1517version = "0.14.2"
1506source = "registry+https://github.com/rust-lang/crates.io-index" 1518source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "4a006c56096acaaa5e82e5974c28d05ff1e84aa70615f19c53fecf8a1afb2fd2" 1519checksum = "6a976dce155e392af3f1aa540ca23a6fc7303a7fef425cb431c464deb263eb54"
1508dependencies = [ 1520dependencies = [
1509 "crossbeam", 1521 "crossbeam",
1510 "indexmap", 1522 "indexmap",
@@ -1713,7 +1725,7 @@ dependencies = [
1713 "rand", 1725 "rand",
1714 "redox_syscall", 1726 "redox_syscall",
1715 "remove_dir_all", 1727 "remove_dir_all",
1716 "winapi 0.3.8", 1728 "winapi 0.3.9",
1717] 1729]
1718 1730
1719[[package]] 1731[[package]]
@@ -1723,7 +1735,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "8038f95fc7a6f351163f4b964af631bd26c9e828f7db085f2a84aca56f70d13b" 1735checksum = "8038f95fc7a6f351163f4b964af631bd26c9e828f7db085f2a84aca56f70d13b"
1724dependencies = [ 1736dependencies = [
1725 "libc", 1737 "libc",
1726 "winapi 0.3.8", 1738 "winapi 0.3.9",
1727] 1739]
1728 1740
1729[[package]] 1741[[package]]
@@ -1783,7 +1795,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" 1795checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
1784dependencies = [ 1796dependencies = [
1785 "libc", 1797 "libc",
1786 "winapi 0.3.8", 1798 "winapi 0.3.9",
1787] 1799]
1788 1800
1789[[package]] 1801[[package]]
@@ -1890,9 +1902,9 @@ checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
1890 1902
1891[[package]] 1903[[package]]
1892name = "unicode-xid" 1904name = "unicode-xid"
1893version = "0.2.0" 1905version = "0.2.1"
1894source = "registry+https://github.com/rust-lang/crates.io-index" 1906source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 1907checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1896 1908
1897[[package]] 1909[[package]]
1898name = "url" 1910name = "url"
@@ -1936,7 +1948,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" 1948checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
1937dependencies = [ 1949dependencies = [
1938 "same-file", 1950 "same-file",
1939 "winapi 0.3.8", 1951 "winapi 0.3.9",
1940 "winapi-util", 1952 "winapi-util",
1941] 1953]
1942 1954
@@ -1954,9 +1966,9 @@ checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1954 1966
1955[[package]] 1967[[package]]
1956name = "winapi" 1968name = "winapi"
1957version = "0.3.8" 1969version = "0.3.9"
1958source = "registry+https://github.com/rust-lang/crates.io-index" 1970source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" 1971checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1960dependencies = [ 1972dependencies = [
1961 "winapi-i686-pc-windows-gnu", 1973 "winapi-i686-pc-windows-gnu",
1962 "winapi-x86_64-pc-windows-gnu", 1974 "winapi-x86_64-pc-windows-gnu",
@@ -1980,7 +1992,7 @@ version = "0.1.5"
1980source = "registry+https://github.com/rust-lang/crates.io-index" 1992source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1993checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1982dependencies = [ 1994dependencies = [
1983 "winapi 0.3.8", 1995 "winapi 0.3.9",
1984] 1996]
1985 1997
1986[[package]] 1998[[package]]