From af2c45147d020b3280cc81d4a94973d8f1bf4816 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 9 Jan 2016 10:25:23 -0800 Subject: Update rand dependency --- serde-tests/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'serde-tests') 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)", -- cgit v1.2.3