From d95bd600495cdce72c2b13625fd70a8fce7d60f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 04:44:37 +0000 Subject: [PATCH] Update rand requirement from 0.7.2 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.2...0.8.4) Signed-off-by: dependabot-preview[bot] --- foundationdb-bench/Cargo.toml | 2 +- foundationdb/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foundationdb-bench/Cargo.toml b/foundationdb-bench/Cargo.toml index f710e48b..960cc207 100644 --- a/foundationdb-bench/Cargo.toml +++ b/foundationdb-bench/Cargo.toml @@ -24,6 +24,6 @@ env_logger = "0.7.1" foundationdb = { version = "*", path = "../foundationdb" } futures = "0.3.0" log = "0.4.8" -rand = "0.7.2" +rand = "0.8.4" stopwatch = "0.0.7" structopt = "0.3.3" diff --git a/foundationdb/Cargo.toml b/foundationdb/Cargo.toml index a244ca0c..a50c6483 100644 --- a/foundationdb/Cargo.toml +++ b/foundationdb/Cargo.toml @@ -45,7 +45,7 @@ foundationdb-gen = { version = "0.5.1", path = "../foundationdb-gen", default-fe foundationdb-sys = { version = "0.5.1", path = "../foundationdb-sys", default-features = false } futures = "0.3.1" memchr = "2.2.1" -rand = { version = "0.7.2", features = ["default", "small_rng"] } +rand = { version = "0.8.4", features = ["default", "small_rng"] } static_assertions = "1.1.0" uuid = { version = "0.8.1", optional = true } num-bigint = { version = "0.3.0", optional = true }