From ddf4a3c32e875fb8ab365b068d31d2fe09cac3b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 05:35:36 +0000 Subject: [PATCH] Update quickcheck requirement from 0.9.2 to 1.0.3 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.3) 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 0ef7f6e..46e23b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ async-std = "1.5.0" async-trait = "0.1.24" [dev-dependencies] -quickcheck = "0.9.2" +quickcheck = "1.0.3" rand = "0.7.3" tempfile = "3.1.0" async-std = { version = "1.5.0", features = ["attributes"] }