From d3a27634ec84d9662a90b706b3d660852d43bfe0 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:30:48 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 240c896..a823c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["fuzzing", "constant-time", "cryptography", "wasm"] categories = ["cryptography", "development-tools::testing"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -rand = "0.7.3" +rand = "0.8.4" hex = "0.4.2" statrs = "0.13.0" rolling-stats = "0.3.0"