From be1a92b062226591b5e6b290a8a1b9cdfb1ef52c 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:16:52 +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 0e2649d..9b08eaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ futures = "0.3.4" async-std = "1.5.0" [dev-dependencies] -quickcheck = "0.9.2" +quickcheck = "1.0.2" data-encoding = "2.2.0" remove_dir_all = "0.6.0" tempfile = "3.1.0"