aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
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"
1061source = "registry+https://github.com/rust-lang/crates.io-index" 1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062dependencies = [ 1062dependencies = [
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"
1090version = "0.1.0" 1090version = "0.1.0"
1091source = "registry+https://github.com/rust-lang/crates.io-index" 1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092dependencies = [ 1092dependencies = [
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"
1128version = "0.1.1" 1128version = "0.1.1"
1129source = "registry+https://github.com/rust-lang/crates.io-index" 1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130dependencies = [ 1130dependencies = [
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]]