From 5a2e4cc6dcc6e52f3537dcc5f9fc0056e4a678b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:17:20 +0000 Subject: [PATCH] Update rand requirement from 0.7.3 to 0.8.1 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.1) 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..cad2fc1 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.1" \ No newline at end of file