From 4def047c40ccc4010a1efbaae4e742a9d46be883 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2019 11:53:47 +0000 Subject: [PATCH] Update rand requirement from 0.6 to 0.7 in /benchmarks 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] --- benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 7423141..5950f0c 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -19,4 +19,4 @@ env_logger = "0.6.0" libc = "0.2" colored = "1.7" sha2 = "0.8.0" -rand = "0.6" \ No newline at end of file +rand = "0.7" \ No newline at end of file