From 7d098700f9e947dbe0f59e05ced59b6ef2ec8fbd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:28:55 +0000 Subject: [PATCH] build(deps): 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 37374f7b6..5b3116524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ slab = { version = "0.4.2", optional = true } [dev-dependencies] femme = "1.3.0" -rand = "0.7.3" +rand = "0.8.4" surf = "1.0.3" tempdir = "0.3.7" futures = "0.3.4"