From 8e891955e7e055d26dc1f88615cb4e5378d06642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 07:20:55 +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[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 433d823..d60b603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ criterion = "0.3" futures-executor = "0.3.4" hex = "0.4" rand = "0.7" -quickcheck = "0.9" +quickcheck = "1.0" [[bench]] name = "benchmark"