diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-01-09 10:25:23 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-01-09 10:25:23 -0800 |
commit | af2c45147d020b3280cc81d4a94973d8f1bf4816 (patch) | |
tree | 498da5b96be434e22bb1c16c8a5e25a8fa2b0e69 | |
parent | 67138b6c8eb7c9420eb212b5bae3a4170f16ec0b (diff) | |
download | milf-rs-af2c45147d020b3280cc81d4a94973d8f1bf4816.tar.gz milf-rs-af2c45147d020b3280cc81d4a94973d8f1bf4816.zip |
Update rand dependency
-rw-r--r-- | serde-tests/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/serde-tests/Cargo.lock b/serde-tests/Cargo.lock index 1e77a57..5854455 100644 --- a/serde-tests/Cargo.lock +++ b/serde-tests/Cargo.lock @@ -57,7 +57,7 @@ name = "num" version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "rand" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |