From ce4bf55f8d74e6a00a5231ee9e2ee3d73dc77674 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 06:19:09 +0000 Subject: [PATCH] Update quickcheck_macros requirement from 0.9 to 1.0 Updates the requirements on [quickcheck_macros](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...quickcheck_macros-1.0.0) 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 30c415b..71964f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap = {version = "3.0.0-beta.1", optional = true, default-features = false, fea [dev-dependencies] criterion = "0.3" quickcheck = {version = "0.9", default-features = false} -quickcheck_macros = "0.9" +quickcheck_macros = "1.0" sudoku = { version = "0.7", features = ["unchecked_indexing"]} rand = "0.7"