From 3baf236e96742a9ab4f22271706835e20275a5c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 05:48:44 +0000 Subject: [PATCH] Update rand requirement from 0.5 to 0.7 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86ce5006..ba99231b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ maintenance = { status = "actively-developed" } twox-hash = "1.1" serde_derive = "1.0" serde = "1.0" -rand = "0.5" +rand = "0.7" packed_simd = { version = "0.3", features = ["into_bits"] }