From cbface0e91fe42d295c04e95e786c1531c7e8730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 07:14:00 +0000 Subject: [PATCH] Update rand requirement from 0.7.3 to 0.8.2 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.2) 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..a5cc61b 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.2" # 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"