From 6394d337b27d144eaa7381c0f85aa0cb1169b514 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 05:40:01 +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 0ef7f6e..565b9ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ async-trait = "0.1.24" [dev-dependencies] quickcheck = "0.9.2" -rand = "0.7.3" +rand = "0.8.4" tempfile = "3.1.0" async-std = { version = "1.5.0", features = ["attributes"] }