@@ -19,8 +19,8 @@ version = "0.0.0"
1919dependencies = [
2020 " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
2121 " core 0.0.0" ,
22- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
23- " rand_xorshift 0.1 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
22+ " rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
23+ " rand_xorshift 0.2 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2424]
2525
2626[[package ]]
@@ -514,7 +514,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
514514name = " core"
515515version = " 0.0.0"
516516dependencies = [
517- " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
517+ " rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
518518]
519519
520520[[package ]]
@@ -1050,7 +1050,7 @@ dependencies = [
10501050
10511051[[package ]]
10521052name = " getrandom"
1053- version = " 0.1.7 "
1053+ version = " 0.1.8 "
10541054source = " registry+https://github.com/rust-lang/crates.io-index"
10551055dependencies = [
10561056 " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2246,7 +2246,7 @@ name = "rand"
22462246version = " 0.7.0"
22472247source = " registry+https://github.com/rust-lang/crates.io-index"
22482248dependencies = [
2249- " getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2249+ " getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
22502250 " libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" ,
22512251 " rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
22522252 " rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2286,7 +2286,7 @@ name = "rand_core"
22862286version = " 0.5.0"
22872287source = " registry+https://github.com/rust-lang/crates.io-index"
22882288dependencies = [
2289- " getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2289+ " getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
22902290]
22912291
22922292[[package ]]
@@ -2343,6 +2343,14 @@ dependencies = [
23432343 " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
23442344]
23452345
2346+ [[package ]]
2347+ name = " rand_xorshift"
2348+ version = " 0.2.0"
2349+ source = " registry+https://github.com/rust-lang/crates.io-index"
2350+ dependencies = [
2351+ " rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2352+ ]
2353+
23462354[[package ]]
23472355name = " rayon"
23482356version = " 1.1.0"
@@ -2501,7 +2509,7 @@ dependencies = [
25012509 " rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
25022510 " rustc-workspace-hack 1.0.0" ,
25032511 " rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2504- " rustfmt-nightly 1.4.3 " ,
2512+ " rustfmt-nightly 1.4.4 " ,
25052513 " serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" ,
25062514 " serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
25072515 " serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3284,7 +3292,7 @@ dependencies = [
32843292
32853293[[package ]]
32863294name = " rustfmt-nightly"
3287- version = " 1.4.3 "
3295+ version = " 1.4.4 "
32883296dependencies = [
32893297 " annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
32903298 " atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4436,7 +4444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
44364444"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
44374445"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
44384446"checksum getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = " 72327b15c228bfe31f1390f93dd5e9279587f0463836393c9df719ce62a3e450"
4439- "checksum getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = " cd8e190892c840661957ba9f32dacfb3eb405e657f9f9f60485605f0bb37d6f8 "
4447+ "checksum getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " 34f33de6f0ae7c9cb5e574502a562e2b512799e32abb801cd1e79ad952b62b49 "
44404448"checksum git2 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 8cb400360e8a4d61b10e648285bbfa919bbf9519d0d5d5720354456f44349226"
44414449"checksum git2-curl 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 2293de73491c3dc4174c5949ef53d2cc037b27613f88d72032e3f5237247a7dd"
44424450"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
@@ -4567,6 +4575,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
45674575"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
45684576"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
45694577"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
4578+ "checksum rand_xorshift 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
45704579"checksum rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4"
45714580"checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2"
45724581"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
0 commit comments