@@ -19,7 +19,7 @@ version = "0.0.0"
19
19
dependencies = [
20
20
" compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
21
21
" core 0.0.0" ,
22
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
22
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
23
23
" rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
24
24
]
25
25
@@ -89,6 +89,11 @@ dependencies = [
89
89
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
90
90
]
91
91
92
+ [[package ]]
93
+ name = " autocfg"
94
+ version = " 0.1.2"
95
+ source = " registry+https://github.com/rust-lang/crates.io-index"
96
+
92
97
[[package ]]
93
98
name = " backtrace"
94
99
version = " 0.3.11"
@@ -511,7 +516,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
511
516
name = " core"
512
517
version = " 0.0.0"
513
518
dependencies = [
514
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
519
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
515
520
]
516
521
517
522
[[package ]]
@@ -565,7 +570,7 @@ dependencies = [
565
570
" crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
566
571
" crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
567
572
" parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
568
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
573
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
569
574
" smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
570
575
]
571
576
@@ -931,6 +936,11 @@ dependencies = [
931
936
" byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
932
937
]
933
938
939
+ [[package ]]
940
+ name = " fuchsia-cprng"
941
+ version = " 0.1.1"
942
+ source = " registry+https://github.com/rust-lang/crates.io-index"
943
+
934
944
[[package ]]
935
945
name = " fuchsia-zircon"
936
946
version = " 0.3.3"
@@ -1219,7 +1229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1219
1229
dependencies = [
1220
1230
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
1221
1231
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1222
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1232
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1223
1233
]
1224
1234
1225
1235
[[package ]]
@@ -1603,7 +1613,9 @@ dependencies = [
1603
1613
" compiletest_rs 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
1604
1614
" directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1605
1615
" env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1616
+ " hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1606
1617
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1618
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1607
1619
" rustc-workspace-hack 1.0.0" ,
1608
1620
" rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1609
1621
" shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1779,7 +1791,7 @@ version = "0.4.0"
1779
1791
source = " registry+https://github.com/rust-lang/crates.io-index"
1780
1792
dependencies = [
1781
1793
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
1782
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1794
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1783
1795
" rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1784
1796
" smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
1785
1797
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1958,7 +1970,7 @@ dependencies = [
1958
1970
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1959
1971
" num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1960
1972
" quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1961
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1973
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1962
1974
" rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1963
1975
" rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1964
1976
" regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2035,19 +2047,19 @@ dependencies = [
2035
2047
2036
2048
[[package ]]
2037
2049
name = " rand"
2038
- version = " 0.6.1 "
2050
+ version = " 0.6.5 "
2039
2051
source = " registry+https://github.com/rust-lang/crates.io-index"
2040
2052
dependencies = [
2041
- " cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2042
- " fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2053
+ " autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2043
2054
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
2044
2055
" rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2045
- " rand_core 0.3 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2056
+ " rand_core 0.4 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2046
2057
" rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2047
2058
" rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2059
+ " rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2060
+ " rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2048
2061
" rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2049
2062
" rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2050
- " rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2051
2063
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2052
2064
]
2053
2065
@@ -2065,6 +2077,11 @@ name = "rand_core"
2065
2077
version = " 0.3.0"
2066
2078
source = " registry+https://github.com/rust-lang/crates.io-index"
2067
2079
2080
+ [[package ]]
2081
+ name = " rand_core"
2082
+ version = " 0.4.0"
2083
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2084
+
2068
2085
[[package ]]
2069
2086
name = " rand_hc"
2070
2087
version = " 0.1.0"
@@ -2081,6 +2098,29 @@ dependencies = [
2081
2098
" rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2082
2099
]
2083
2100
2101
+ [[package ]]
2102
+ name = " rand_jitter"
2103
+ version = " 0.1.3"
2104
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2105
+ dependencies = [
2106
+ " libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
2107
+ " rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2108
+ " winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2109
+ ]
2110
+
2111
+ [[package ]]
2112
+ name = " rand_os"
2113
+ version = " 0.1.3"
2114
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2115
+ dependencies = [
2116
+ " cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2117
+ " fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2118
+ " libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
2119
+ " rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2120
+ " rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2121
+ " winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2122
+ ]
2123
+
2084
2124
[[package ]]
2085
2125
name = " rand_pcg"
2086
2126
version = " 0.1.1"
@@ -2119,6 +2159,14 @@ dependencies = [
2119
2159
" rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2120
2160
]
2121
2161
2162
+ [[package ]]
2163
+ name = " rdrand"
2164
+ version = " 0.4.0"
2165
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2166
+ dependencies = [
2167
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2168
+ ]
2169
+
2122
2170
[[package ]]
2123
2171
name = " redox_syscall"
2124
2172
version = " 0.1.43"
@@ -2222,7 +2270,7 @@ dependencies = [
2222
2270
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2223
2271
" ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2224
2272
" racer 2.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
2225
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2273
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2226
2274
" rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2227
2275
" regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2228
2276
" rls-analysis 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2519,7 +2567,7 @@ version = "1.0.0"
2519
2567
dependencies = [
2520
2568
" byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2521
2569
" parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2522
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2570
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2523
2571
" scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2524
2572
" serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
2525
2573
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2719,7 +2767,7 @@ version = "0.0.0"
2719
2767
dependencies = [
2720
2768
" graphviz 0.0.0" ,
2721
2769
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2722
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2770
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2723
2771
" rustc 0.0.0" ,
2724
2772
" rustc_data_structures 0.0.0" ,
2725
2773
" rustc_fs_util 0.0.0" ,
@@ -3238,7 +3286,7 @@ dependencies = [
3238
3286
" panic_abort 0.0.0" ,
3239
3287
" panic_unwind 0.0.0" ,
3240
3288
" profiler_builtins 0.0.0" ,
3241
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3289
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3242
3290
" rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
3243
3291
" rustc_asan 0.0.0" ,
3244
3292
" rustc_lsan 0.0.0" ,
@@ -3397,7 +3445,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3397
3445
dependencies = [
3398
3446
" cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3399
3447
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
3400
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3448
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3401
3449
" redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
3402
3450
" remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3403
3451
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3649,7 +3697,7 @@ dependencies = [
3649
3697
" futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
3650
3698
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3651
3699
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3652
- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3700
+ " rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3653
3701
" tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3654
3702
]
3655
3703
@@ -3977,6 +4025,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3977
4025
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
3978
4026
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = " a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
3979
4027
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
4028
+ "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
3980
4029
"checksum backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 18b65ea1161bfb2dd6da6fade5edd4dbd08fba85012123dd333d2fd1b90b2782"
3981
4030
"checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = " 6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d"
3982
4031
"checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a"
@@ -4052,6 +4101,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4052
4101
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4053
4102
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
4054
4103
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
4104
+ "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
4055
4105
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
4056
4106
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
4057
4107
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
@@ -4164,15 +4214,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4164
4214
"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
4165
4215
"checksum racer 2.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = " 37c88638777cc178684cf648ca0e1dad56646ce105b8593dfe665c436300adc3"
4166
4216
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
4167
- "checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a "
4217
+ "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca "
4168
4218
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
4169
4219
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
4220
+ "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
4170
4221
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
4171
4222
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
4223
+ "checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832"
4224
+ "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
4172
4225
"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
4173
4226
"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
4174
4227
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
4175
4228
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
4229
+ "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
4176
4230
"checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = " 679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
4177
4231
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
4178
4232
"checksum redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26"
0 commit comments