From 27a8089d7e07037be32536961eaf55f50c5c6f02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 04:14:26 +0000 Subject: [PATCH] Update quickcheck requirement from 0.9 to 1.0 Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version. - [Release notes](https://github.com/BurntSushi/quickcheck/releases) - [Commits](https://github.com/BurntSushi/quickcheck/compare/quickcheck_macros-0.9.0...1.0.1) 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 80a91be..32ad947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ ring = "0.13" rand = "0.7" [dev-dependencies] -quickcheck = "0.9" +quickcheck = "1.0" speculate = "0.1" parking_lot = { version = "0.11", features = ["nightly"] }