From 23618f0f0617619f023c5fee9da7900c1ac4abf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 07:06:00 +0000 Subject: [PATCH] Update rand requirement from 0.7.3 to 0.8.3 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/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f12e00..a7e6ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ required-features = ["build-binary"] base64 = "0.13.0" peg = "0.6.3" proptest = "0.10.1" -rand = "0.7.3" # intentionally not upgrading to avoid ./target/... path collision warning +rand = "0.8.3" # intentionally not upgrading to avoid ./target/... path collision warning serde = { version = "1.0.118", features = ["derive"] } structopt = { version = "0.3.21", optional = true } test-strategy = "0.1.1"