From 930bdcd28ef7a64ee99143162f77dfd1af5897fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 05:13:10 +0000 Subject: [PATCH] Update rand requirement from 0.7.3 to 0.8.3 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 0e2649d..01edfc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.4.0" memory-pager = "0.9.0" merkle-tree-stream = "0.12.0" pretty-hash = "0.4.1" -rand = "0.7.3" +rand = "0.8.3" random-access-disk = "2.0.0" random-access-memory = "2.0.0" random-access-storage = "4.0.0"