From 183611d7962edd6c1665c6411a6475a043888868 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 07:53:58 +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/compare/0.6.0...0.7.2) 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 1c15e43977..6e72de7608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ description = "WASI implementation in Rust" wasi-common-cbindgen = { path = "wasi-common-cbindgen" } failure = "0.1" libc = "0.2" -rand = "0.6" +rand = "0.7" cfg-if = "0.1.9" log = "0.4" filetime = "0.2.7"