diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index b3fa7354d..dc54edef6 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1061,7 +1061,7 @@ version = "0.1.1" | |||
1061 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1062 | dependencies = [ | 1062 | dependencies = [ |
1063 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1063 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1064 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | ] | 1065 | ] |
1066 | 1066 | ||
1067 | [[package]] | 1067 | [[package]] |
@@ -1090,7 +1090,7 @@ name = "rand_hc" | |||
1090 | version = "0.1.0" | 1090 | version = "0.1.0" |
1091 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1092 | dependencies = [ | 1092 | dependencies = [ |
1093 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1093 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | ] | 1094 | ] |
1095 | 1095 | ||
1096 | [[package]] | 1096 | [[package]] |
@@ -1128,7 +1128,7 @@ name = "rand_xorshift" | |||
1128 | version = "0.1.1" | 1128 | version = "0.1.1" |
1129 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1130 | dependencies = [ | 1130 | dependencies = [ |
1131 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1131 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1132 | ] | 1132 | ] |
1133 | 1133 | ||
1134 | [[package]] | 1134 | [[package]] |