From a4630d67853cfac9bbe14ce2b7196b9a68a94ccf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 14:23:52 +0000 Subject: [PATCH] Update rand requirement from 0.6 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 a241c7567..08a866cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ crc32fast = "1.1" miniz_oxide = "0.3.2" [dev-dependencies] -rand = "0.6" +rand = "0.7" quickcheck = { version = "0.8", default-features = false } tokio-io = "0.1.11" tokio-tcp = "0.1.3"