From 4b1d2017551222e057a72762583541cf5694a021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 16 Jul 2018 22:47:35 +0000 Subject: [PATCH] Update rand requirement to 0.5.4 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.4) 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..ec1c345 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.4" quickcheck = "0.6.0" histo = "0.1.0" cfg-if = "0.1.2"