From ab9023c623b736f91fd961b7407fc5364c6d670d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 14:08:46 +0000 Subject: [PATCH] Update rand requirement from 0.7.3 to 0.8.5 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.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... 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..5bae48d 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.5" # 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"