From f2ec2986392001dc8de71d23e0bb64858c6a335e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 13:32:32 +0000 Subject: [PATCH] Update rand requirement from 0.7.3 to 0.8.4 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.3...0.8.4) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b9dcde..750901e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ fdh = "0.7.3" num-bigint = { version = "0.6", features = [ "zeroize" ], package = "num-bigint-dig" } -rand = "0.7.3" +rand = "0.8.4" subtle = "2.3.0" digest = "0.9.0" thiserror = "1.0.22" @@ -30,4 +30,4 @@ thiserror = "1.0.22" sha2 = "0.9.2" sha-1 = "0.9.2" hex = "0.4.2" -rand = "0.7.3" +rand = "0.8.4"