From bed3f14eead964bb0390a13d33d4e93008b41b5f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 05:17:14 +0000 Subject: [PATCH] Update quickcheck requirement from 0.9.2 to 1.0.2 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/0.9.2...1.0.2) 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 f300d6b..dd385c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ futures = "0.3.4" async-trait = "0.1.24" [dev-dependencies] -quickcheck = "0.9.2" +quickcheck = "1.0.2" rand = "0.7.3" async-std = { version = "1.5.0", features = ["attributes"] }