Skip to content

Commit b888eb9

Browse files
committed
Bump some of the crates using rand
1 parent 24ddd16 commit b888eb9

File tree

2 files changed

+60
-22
lines changed

2 files changed

+60
-22
lines changed

Diff for: Cargo.lock

+58-22
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333

3434
[[package]]
3535
name = "ammonia"
36-
version = "1.1.0"
36+
version = "1.2.0"
3737
source = "registry+https://github.com/rust-lang/crates.io-index"
3838
dependencies = [
3939
"html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -755,11 +755,11 @@ dependencies = [
755755

756756
[[package]]
757757
name = "dirs"
758-
version = "1.0.4"
758+
version = "1.0.5"
759759
source = "registry+https://github.com/rust-lang/crates.io-index"
760760
dependencies = [
761761
"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)",
763763
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
764764
]
765765

@@ -963,6 +963,11 @@ dependencies = [
963963
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
964964
]
965965

966+
[[package]]
967+
name = "fuchsia-cprng"
968+
version = "0.1.1"
969+
source = "registry+https://github.com/rust-lang/crates.io-index"
970+
966971
[[package]]
967972
name = "fuchsia-zircon"
968973
version = "0.3.3"
@@ -1132,7 +1137,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
11321137
dependencies = [
11331138
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
11341139
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1135-
"markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1140+
"markup5ever 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
11361141
"proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
11371142
"quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
11381143
"syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1451,7 +1456,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
14511456

14521457
[[package]]
14531458
name = "markup5ever"
1454-
version = "0.7.2"
1459+
version = "0.7.5"
14551460
source = "registry+https://github.com/rust-lang/crates.io-index"
14561461
dependencies = [
14571462
"phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1474,7 +1479,7 @@ name = "mdbook"
14741479
version = "0.1.7"
14751480
source = "registry+https://github.com/rust-lang/crates.io-index"
14761481
dependencies = [
1477-
"ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1482+
"ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
14781483
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
14791484
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
14801485
"elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1502,7 +1507,7 @@ name = "mdbook"
15021507
version = "0.2.3"
15031508
source = "registry+https://github.com/rust-lang/crates.io-index"
15041509
dependencies = [
1505-
"ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1510+
"ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
15061511
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
15071512
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
15081513
"elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1934,7 +1939,7 @@ version = "0.7.22"
19341939
source = "registry+https://github.com/rust-lang/crates.io-index"
19351940
dependencies = [
19361941
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
1937-
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1942+
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
19381943
]
19391944

19401945
[[package]]
@@ -2090,11 +2095,13 @@ dependencies = [
20902095

20912096
[[package]]
20922097
name = "rand"
2093-
version = "0.4.3"
2098+
version = "0.4.6"
20942099
source = "registry+https://github.com/rust-lang/crates.io-index"
20952100
dependencies = [
2096-
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2101+
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
20972102
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
2103+
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2104+
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
20982105
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
20992106
]
21002107

@@ -2130,6 +2137,11 @@ name = "rand_core"
21302137
version = "0.3.0"
21312138
source = "registry+https://github.com/rust-lang/crates.io-index"
21322139

2140+
[[package]]
2141+
name = "rand_core"
2142+
version = "0.4.0"
2143+
source = "registry+https://github.com/rust-lang/crates.io-index"
2144+
21332145
[[package]]
21342146
name = "rand_hc"
21352147
version = "0.1.0"
@@ -2146,6 +2158,19 @@ dependencies = [
21462158
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
21472159
]
21482160

2161+
[[package]]
2162+
name = "rand_os"
2163+
version = "0.1.3"
2164+
source = "registry+https://github.com/rust-lang/crates.io-index"
2165+
dependencies = [
2166+
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2167+
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2168+
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
2169+
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2170+
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2171+
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2172+
]
2173+
21492174
[[package]]
21502175
name = "rand_pcg"
21512176
version = "0.1.1"
@@ -2169,19 +2194,26 @@ version = "1.0.1"
21692194
source = "registry+https://github.com/rust-lang/crates.io-index"
21702195
dependencies = [
21712196
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2172-
"rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2197+
"rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
21732198
]
21742199

21752200
[[package]]
21762201
name = "rayon-core"
2177-
version = "1.4.0"
2202+
version = "1.4.1"
21782203
source = "registry+https://github.com/rust-lang/crates.io-index"
21792204
dependencies = [
21802205
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
21812206
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
21822207
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
21832208
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2184-
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2209+
]
2210+
2211+
[[package]]
2212+
name = "rdrand"
2213+
version = "0.4.0"
2214+
source = "registry+https://github.com/rust-lang/crates.io-index"
2215+
dependencies = [
2216+
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
21852217
]
21862218

21872219
[[package]]
@@ -2199,12 +2231,12 @@ dependencies = [
21992231

22002232
[[package]]
22012233
name = "redox_users"
2202-
version = "0.2.0"
2234+
version = "0.3.0"
22032235
source = "registry+https://github.com/rust-lang/crates.io-index"
22042236
dependencies = [
22052237
"argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
22062238
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2207-
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2239+
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
22082240
"redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
22092241
]
22102242

@@ -3133,7 +3165,7 @@ dependencies = [
31333165
"cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
31343166
"derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
31353167
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3136-
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3168+
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
31373169
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
31383170
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
31393171
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4114,7 +4146,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41144146
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
41154147
"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
41164148
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
4117-
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
4149+
"checksum ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8b93ecb80665873703bf3b0a77f369c96b183d8e0afaf30a3ff5ff07dfc6409"
41184150
"checksum annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e8bcdcd5b291ce85a78f2b9d082a8de9676c12b1840d386d67bc5eea6f9d2b4e"
41194151
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
41204152
"checksum arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
@@ -4176,7 +4208,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41764208
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
41774209
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
41784210
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
4179-
"checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a"
4211+
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
41804212
"checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
41814213
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
41824214
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
@@ -4199,6 +4231,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41994231
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
42004232
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
42014233
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
4234+
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
42024235
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
42034236
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
42044237
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
@@ -4251,7 +4284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
42514284
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
42524285
"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
42534286
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
4254-
"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
4287+
"checksum markup5ever 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "897636f9850c3eef4905a5540683ed53dc9393860f0846cab2c2ddf9939862ff"
42554288
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
42564289
"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
42574290
"checksum mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba0d44cb4089c741b9a91f3e5218298a40699c2f3a070a85014eed290c60819"
@@ -4314,19 +4347,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
43144347
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
43154348
"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
43164349
"checksum racer 2.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4323343f25bc372dc9293ac6b5cd3034b32784af1e7de9366b4db71466d8c7"
4317-
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
4350+
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
43184351
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
43194352
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
43204353
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
4354+
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
43214355
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
43224356
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
4357+
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
43234358
"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
43244359
"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
43254360
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
4326-
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
4361+
"checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356"
4362+
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
43274363
"checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
43284364
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
4329-
"checksum redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26"
4365+
"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
43304366
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
43314367
"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
43324368
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"

Diff for: src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ const EXCEPTIONS: &[&str] = &[
3333
"is-match", // MPL-2.0, mdbook
3434
"cssparser", // MPL-2.0, rustdoc
3535
"smallvec", // MPL-2.0, rustdoc
36+
"rdrand", // ISC, mdbook, rustfmt
37+
"fuchsia-cprng", // BSD-3-Clause, mdbook, rustfmt
3638
"fuchsia-zircon-sys", // BSD-3-Clause, rustdoc, rustc, cargo
3739
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
3840
"cssparser-macros", // MPL-2.0, rustdoc

0 commit comments

Comments
 (0)