@@ -12,7 +12,7 @@ version = "0.0.0"
12
12
dependencies = [
13
13
" compiler_builtins 0.0.0" ,
14
14
" core 0.0.0" ,
15
- " rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
15
+ " rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
16
16
]
17
17
18
18
[[package ]]
@@ -391,7 +391,7 @@ dependencies = [
391
391
" libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
392
392
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
393
393
" miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
394
- " regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
394
+ " regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
395
395
" rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
396
396
" serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
397
397
" serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -421,7 +421,7 @@ dependencies = [
421
421
name = " core"
422
422
version = " 0.0.0"
423
423
dependencies = [
424
- " rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
424
+ " rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
425
425
]
426
426
427
427
[[package ]]
@@ -1092,6 +1092,15 @@ dependencies = [
1092
1092
name = " linkchecker"
1093
1093
version = " 0.1.0"
1094
1094
1095
+ [[package ]]
1096
+ name = " lock_api"
1097
+ version = " 0.1.3"
1098
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1099
+ dependencies = [
1100
+ " owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1101
+ " scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1102
+ ]
1103
+
1095
1104
[[package ]]
1096
1105
name = " log"
1097
1106
version = " 0.3.9"
@@ -1397,6 +1406,15 @@ dependencies = [
1397
1406
" parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
1398
1407
]
1399
1408
1409
+ [[package ]]
1410
+ name = " parking_lot"
1411
+ version = " 0.6.4"
1412
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1413
+ dependencies = [
1414
+ " lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1415
+ " parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1416
+ ]
1417
+
1400
1418
[[package ]]
1401
1419
name = " parking_lot_core"
1402
1420
version = " 0.2.14"
@@ -1408,6 +1426,17 @@ dependencies = [
1408
1426
" winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1409
1427
]
1410
1428
1429
+ [[package ]]
1430
+ name = " parking_lot_core"
1431
+ version = " 0.3.0"
1432
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1433
+ dependencies = [
1434
+ " libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
1435
+ " rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1436
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1437
+ " winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1438
+ ]
1439
+
1411
1440
[[package ]]
1412
1441
name = " percent-encoding"
1413
1442
version = " 1.0.1"
@@ -1821,7 +1850,7 @@ dependencies = [
1821
1850
" jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1822
1851
" lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1823
1852
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1824
- " parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1853
+ " parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1825
1854
" polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1826
1855
" proc_macro 0.0.0" ,
1827
1856
" rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2072,6 +2101,7 @@ version = "0.0.0"
2072
2101
dependencies = [
2073
2102
" bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2074
2103
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2104
+ " unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2075
2105
]
2076
2106
2077
2107
[[package ]]
@@ -2081,7 +2111,7 @@ dependencies = [
2081
2111
" cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2082
2112
" ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2083
2113
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2084
- " parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2114
+ " parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2085
2115
" parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
2086
2116
" rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2087
2117
" rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2131,10 +2161,11 @@ name = "rustc_errors"
2131
2161
version = " 0.0.0"
2132
2162
dependencies = [
2133
2163
" atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
2164
+ " rustc_cratesio_shim 0.0.0" ,
2134
2165
" rustc_data_structures 0.0.0" ,
2135
2166
" serialize 0.0.0" ,
2136
2167
" syntax_pos 0.0.0" ,
2137
- " termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2168
+ " termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2138
2169
" unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2139
2170
]
2140
2171
@@ -2148,7 +2179,7 @@ version = "0.0.0"
2148
2179
dependencies = [
2149
2180
" graphviz 0.0.0" ,
2150
2181
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2151
- " rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2182
+ " rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2152
2183
" rustc 0.0.0" ,
2153
2184
" rustc_data_structures 0.0.0" ,
2154
2185
" rustc_fs_util 0.0.0" ,
@@ -2580,7 +2611,7 @@ dependencies = [
2580
2611
" panic_abort 0.0.0" ,
2581
2612
" panic_unwind 0.0.0" ,
2582
2613
" profiler_builtins 0.0.0" ,
2583
- " rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2614
+ " rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2584
2615
" rustc_asan 0.0.0" ,
2585
2616
" rustc_lsan 0.0.0" ,
2586
2617
" rustc_msan 0.0.0" ,
@@ -3156,6 +3187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3156
3187
"checksum libgit2-sys 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 6ab62b46003ba97701554631fa570d9f7e7947e2480ae3d941e555a54a2c0f05"
3157
3188
"checksum libssh2-sys 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 10dbc0957a27626444f5a3f523e6b97a70c3d702999bf1c7161cfbe7a25a9368"
3158
3189
"checksum libz-sys 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = " f5f9aba969b3c45fe9c94bec65895868a9ceca9a600699f4054b75747a19c7c6"
3190
+ "checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
3159
3191
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = " e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
3160
3192
"checksum log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = " cba860f648db8e6f269df990180c2217f333472b4a6e901e97446858487971e2"
3161
3193
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
@@ -3188,7 +3220,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3188
3220
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
3189
3221
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
3190
3222
"checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = " d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac"
3223
+ "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = " f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
3191
3224
"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = " 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
3225
+ "checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a"
3192
3226
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
3193
3227
"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
3194
3228
"checksum pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = " ab94faafeb93f4c5e3ce81ca0e5a779529a602ad5d09ae6d21996bfb8b6a52bf"
0 commit comments