From a42d5216bd63b542acb67afafc5e6cac6cbd7a0b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 05:29:55 +0000 Subject: [PATCH] Update rand requirement from 0.7 to 0.8 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/compare/0.7.0...0.8.0) Signed-off-by: dependabot-preview[bot] --- fuzzer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzer/Cargo.toml b/fuzzer/Cargo.toml index 4514c604..f2115101 100644 --- a/fuzzer/Cargo.toml +++ b/fuzzer/Cargo.toml @@ -11,7 +11,7 @@ unstable = [] clap = "2.32" log = "0.4" pretty_env_logger = "0.4" -rand = "0.7" +rand = "0.8" libc = "0.2" wait-timeout = "0.2" ctrlc = { version = "3.1", features = ["termination"] }