Skip to content

Commit 165882c

Browse files
committed
Update Cargo.lock
1 parent f915ae4 commit 165882c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
521521
name = "core"
522522
version = "0.0.0"
523523
dependencies = [
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"
20742075
version = "0.1.0"
20752076
source = "registry+https://github.com/rust-lang/crates.io-index"
20762077
dependencies = [
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"
20962097
version = "0.1.0"
20972098
source = "registry+https://github.com/rust-lang/crates.io-index"
20982099
dependencies = [
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"
21212122
version = "0.1.0"
21222123
source = "registry+https://github.com/rust-lang/crates.io-index"
21232124
dependencies = [
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]]

0 commit comments

Comments
 (0)