From 82b3d61c0842cd6da41b750ed5bd0297c1261470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:16:35 +0000 Subject: [PATCH] Update proptest requirement from 0.10 to 1.0 Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version. - [Release notes](https://github.com/altsysrq/proptest/releases) - [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/altsysrq/proptest/compare/0.10.0...1.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9a0bb9..6076d29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ zeroize = "1.1.0" [dev-dependencies] bincode = "1.2.1" -proptest = "0.10" +proptest = "1.0" proptest-derive = "0.3.0" [features]