From e98561765f54f70f577d04b2cd11a7bd91553d2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2019 03:31:48 +0000 Subject: [PATCH] Update rand requirement from 0.6.5 to 0.7.0 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 7ae3333..7f0644d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ schnorrkel = { version="0.1.1" } [dev-dependencies] hex-literal = "0.2.0" -rand = "0.6.5" +rand = "0.7.0" [build-dependencies] cbindgen = "0.9.0"