@@ -755,11 +755,11 @@ dependencies = [
755
755
756
756
[[package ]]
757
757
name = " dirs"
758
- version = " 1.0.4 "
758
+ version = " 1.0.5 "
759
759
source = " registry+https://github.com/rust-lang/crates.io-index"
760
760
dependencies = [
761
761
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
762
- " redox_users 0.2 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
762
+ " redox_users 0.3 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
763
763
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
764
764
]
765
765
@@ -960,6 +960,11 @@ dependencies = [
960
960
" byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
961
961
]
962
962
963
+ [[package ]]
964
+ name = " fuchsia-cprng"
965
+ version = " 0.1.1"
966
+ source = " registry+https://github.com/rust-lang/crates.io-index"
967
+
963
968
[[package ]]
964
969
name = " fuchsia-zircon"
965
970
version = " 0.3.3"
@@ -1931,7 +1936,7 @@ version = "0.7.22"
1931
1936
source = " registry+https://github.com/rust-lang/crates.io-index"
1932
1937
dependencies = [
1933
1938
" phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
1934
- " rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1939
+ " rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1935
1940
]
1936
1941
1937
1942
[[package ]]
@@ -2087,11 +2092,13 @@ dependencies = [
2087
2092
2088
2093
[[package ]]
2089
2094
name = " rand"
2090
- version = " 0.4.3 "
2095
+ version = " 0.4.6 "
2091
2096
source = " registry+https://github.com/rust-lang/crates.io-index"
2092
2097
dependencies = [
2093
- " fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2098
+ " fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2094
2099
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
2100
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2101
+ " rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2095
2102
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2096
2103
]
2097
2104
@@ -2127,6 +2134,11 @@ name = "rand_core"
2127
2134
version = " 0.3.0"
2128
2135
source = " registry+https://github.com/rust-lang/crates.io-index"
2129
2136
2137
+ [[package ]]
2138
+ name = " rand_core"
2139
+ version = " 0.4.0"
2140
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2141
+
2130
2142
[[package ]]
2131
2143
name = " rand_hc"
2132
2144
version = " 0.1.0"
@@ -2143,6 +2155,19 @@ dependencies = [
2143
2155
" rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2144
2156
]
2145
2157
2158
+ [[package ]]
2159
+ name = " rand_os"
2160
+ version = " 0.1.3"
2161
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2162
+ dependencies = [
2163
+ " cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2164
+ " fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2165
+ " libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
2166
+ " rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2167
+ " rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2168
+ " winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2169
+ ]
2170
+
2146
2171
[[package ]]
2147
2172
name = " rand_pcg"
2148
2173
version = " 0.1.1"
@@ -2178,7 +2203,15 @@ dependencies = [
2178
2203
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2179
2204
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
2180
2205
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2181
- " rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2206
+ " rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2207
+ ]
2208
+
2209
+ [[package ]]
2210
+ name = " rdrand"
2211
+ version = " 0.4.0"
2212
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2213
+ dependencies = [
2214
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2182
2215
]
2183
2216
2184
2217
[[package ]]
@@ -2196,12 +2229,12 @@ dependencies = [
2196
2229
2197
2230
[[package ]]
2198
2231
name = " redox_users"
2199
- version = " 0.2 .0"
2232
+ version = " 0.3 .0"
2200
2233
source = " registry+https://github.com/rust-lang/crates.io-index"
2201
2234
dependencies = [
2202
2235
" argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2203
2236
" failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2204
- " rand 0.4 .3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2237
+ " rand_os 0.1 .3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2205
2238
" redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
2206
2239
]
2207
2240
@@ -3130,7 +3163,7 @@ dependencies = [
3130
3163
" cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3131
3164
" derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3132
3165
" diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
3133
- " dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
3166
+ " dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3134
3167
" env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3135
3168
" failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3136
3169
" getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4173,7 +4206,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4173
4206
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
4174
4207
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
4175
4208
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
4176
- "checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a "
4209
+ "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901 "
4177
4210
"checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
4178
4211
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
4179
4212
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = " a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
@@ -4196,6 +4229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4196
4229
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4197
4230
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
4198
4231
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
4232
+ "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
4199
4233
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
4200
4234
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
4201
4235
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
@@ -4311,19 +4345,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4311
4345
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
4312
4346
"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
4313
4347
"checksum racer 2.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = " 1e4323343f25bc372dc9293ac6b5cd3034b32784af1e7de9366b4db71466d8c7"
4314
- "checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd "
4348
+ "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293 "
4315
4349
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
4316
4350
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
4317
4351
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
4352
+ "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
4318
4353
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
4319
4354
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
4355
+ "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
4320
4356
"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
4321
4357
"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
4322
4358
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
4323
4359
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
4360
+ "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
4324
4361
"checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = " 679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
4325
4362
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
4326
- "checksum redox_users 0.2 .0 (registry+https://github.com/rust-lang/crates.io-index)" = " 214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26 "
4363
+ "checksum redox_users 0.3 .0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828 "
4327
4364
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
4328
4365
"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
4329
4366
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
0 commit comments