From ceee1c1d87531342afa1fc7bac4205b7b8316def Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 19:37:48 +0000 Subject: [PATCH] Update proptest requirement from 0.9 to 0.10 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/commits) 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 c676376..68ba245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ zeroize = "1.1.0" [dev-dependencies] bincode = "1.2.1" -proptest = "0.9" +proptest = "0.10" proptest-derive = "0.2.0" [features]