From 8f581150e9865b2dd75c9a36592d1ed3e910668e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 8 Aug 2018 20:08:09 +0000 Subject: [PATCH] Update rand requirement from 0.4.2 to 0.5.5 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.5) 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 a2f3747..5ec19a9 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.5" quickcheck = "0.6.0" histo = "0.1.0" cfg-if = "0.1.2"