From f6698df888611e6480dfc0739ba7d2d21e8c019c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 21:17:10 +0000 Subject: [PATCH] Update rand requirement from 0.7.3 to 0.8.2 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.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 f3a6340..669b263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,4 +46,4 @@ default-features = false wyhash = "0.3.0" [dev-dependencies] -rand = "0.7.3" \ No newline at end of file +rand = "0.8.2" \ No newline at end of file