File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -521,6 +521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
521521name = " core"
522522version = " 0.0.0"
523523dependencies = [
524+ " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
524525 " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
525526]
526527
@@ -2074,7 +2075,7 @@ name = "rand_chacha"
20742075version = " 0.1.0"
20752076source = " registry+https://github.com/rust-lang/crates.io-index"
20762077dependencies = [
2077- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2078+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
20782079 " rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
20792080]
20802081
@@ -2096,7 +2097,7 @@ name = "rand_hc"
20962097version = " 0.1.0"
20972098source = " registry+https://github.com/rust-lang/crates.io-index"
20982099dependencies = [
2099- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2100+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
21002101]
21012102
21022103[[package ]]
@@ -2121,7 +2122,7 @@ name = "rand_xorshift"
21212122version = " 0.1.0"
21222123source = " registry+https://github.com/rust-lang/crates.io-index"
21232124dependencies = [
2124- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2125+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
21252126]
21262127
21272128[[package ]]
You can’t perform that action at this time.
0 commit comments