@@ -12,7 +12,7 @@ version = "0.0.0"
1212dependencies = [
1313 " compiler_builtins 0.0.0" ,
1414 " 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)" ,
1616]
1717
1818[[package ]]
@@ -391,7 +391,7 @@ dependencies = [
391391 " libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
392392 " log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
393393 " 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)" ,
395395 " rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
396396 " serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
397397 " serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -421,7 +421,7 @@ dependencies = [
421421name = " core"
422422version = " 0.0.0"
423423dependencies = [
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)" ,
425425]
426426
427427[[package ]]
@@ -1092,6 +1092,15 @@ dependencies = [
10921092name = " linkchecker"
10931093version = " 0.1.0"
10941094
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+
10951104[[package ]]
10961105name = " log"
10971106version = " 0.3.9"
@@ -1397,6 +1406,15 @@ dependencies = [
13971406 " parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
13981407]
13991408
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+
14001418[[package ]]
14011419name = " parking_lot_core"
14021420version = " 0.2.14"
@@ -1408,6 +1426,17 @@ dependencies = [
14081426 " winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
14091427]
14101428
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+
14111440[[package ]]
14121441name = " percent-encoding"
14131442version = " 1.0.1"
@@ -1821,7 +1850,7 @@ dependencies = [
18211850 " jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
18221851 " lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
18231852 " 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)" ,
18251854 " polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
18261855 " proc_macro 0.0.0" ,
18271856 " rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2072,6 +2101,7 @@ version = "0.0.0"
20722101dependencies = [
20732102 " bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
20742103 " 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)" ,
20752105]
20762106
20772107[[package ]]
@@ -2081,7 +2111,7 @@ dependencies = [
20812111 " cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
20822112 " ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
20832113 " 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)" ,
20852115 " parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
20862116 " rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
20872117 " rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2131,10 +2161,11 @@ name = "rustc_errors"
21312161version = " 0.0.0"
21322162dependencies = [
21332163 " atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
2164+ " rustc_cratesio_shim 0.0.0" ,
21342165 " rustc_data_structures 0.0.0" ,
21352166 " serialize 0.0.0" ,
21362167 " 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)" ,
21382169 " unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
21392170]
21402171
@@ -2148,7 +2179,7 @@ version = "0.0.0"
21482179dependencies = [
21492180 " graphviz 0.0.0" ,
21502181 " 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)" ,
21522183 " rustc 0.0.0" ,
21532184 " rustc_data_structures 0.0.0" ,
21542185 " rustc_fs_util 0.0.0" ,
@@ -2580,7 +2611,7 @@ dependencies = [
25802611 " panic_abort 0.0.0" ,
25812612 " panic_unwind 0.0.0" ,
25822613 " 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)" ,
25842615 " rustc_asan 0.0.0" ,
25852616 " rustc_lsan 0.0.0" ,
25862617 " rustc_msan 0.0.0" ,
@@ -3156,6 +3187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31563187"checksum libgit2-sys 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 6ab62b46003ba97701554631fa570d9f7e7947e2480ae3d941e555a54a2c0f05"
31573188"checksum libssh2-sys 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 10dbc0957a27626444f5a3f523e6b97a70c3d702999bf1c7161cfbe7a25a9368"
31583189"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"
31593191"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = " e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
31603192"checksum log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = " cba860f648db8e6f269df990180c2217f333472b4a6e901e97446858487971e2"
31613193"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"
31883220"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
31893221"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
31903222"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"
31913224"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"
31923226"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
31933227"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
31943228"checksum pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = " ab94faafeb93f4c5e3ce81ca0e5a779529a602ad5d09ae6d21996bfb8b6a52bf"
0 commit comments