From 49122e440780c3720546a6278be40b793e752be5 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:29:47 +0000 Subject: 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 dd6aaf0..fa967e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ num-derive = "0.2" winstructs = "0.2.0" lru = "0.1.15" itertools = "0.8.0" -rand = "0.6.5" +rand = "0.7.0" # `mft_dump` dependencies simplelog = "0.6.0" -- cgit v1.2.3