From 63d9fa573d939475e1b5049ab6a00331712473b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 6 Jul 2018 21:07:23 +0000 Subject: [PATCH] Update rand requirement to 0.5.3 Updates the requirements on [rand](https://github.com/rust-lang-nursery/rand) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/rand/releases) - [Changelog](https://github.com/rust-lang-nursery/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/rand/commits/0.5.3) Signed-off-by: dependabot[bot] --- test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Cargo.toml b/test/Cargo.toml index 82ab975..4d7babf 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -4,7 +4,7 @@ name = "wee_alloc_test" version = "0.1.0" [dependencies] -rand = "0.4.2" +rand = "0.5.3" quickcheck = "0.6.0" histo = "0.1.0" cfg-if = "0.1.2"