From 42321c7f4eb95c70966ecabbd409b4a3a7edb68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 6 Jul 2018 20:09:19 +0000 Subject: [PATCH] Update rand requirement to 0.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.3) Signed-off-by: dependabot[bot] --- library/stdarch/crates/stdsimd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/crates/stdsimd/Cargo.toml b/library/stdarch/crates/stdsimd/Cargo.toml index 328229ba8a4c..97e07d0ca7ed 100644 --- a/library/stdarch/crates/stdsimd/Cargo.toml +++ b/library/stdarch/crates/stdsimd/Cargo.toml @@ -26,7 +26,7 @@ cfg-if = "0.1" [dev-dependencies] auxv = "0.3.3" quickcheck = "0.6" -rand = "0.4" +rand = "0.5" cupid = "0.5.0" [[example]]