From b1d2c31b66f08c56d35c0a3b7cf9f1054e8039a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 05:16:17 +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 f300d6b..b5d3996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ async-trait = "0.1.24" [dev-dependencies] quickcheck = "0.9.2" -rand = "0.7.3" +rand = "0.8.1" async-std = { version = "1.5.0", features = ["attributes"] }