From d980b3b6a075173e1a37661cb117240d5684a8ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 02:40:55 +0000 Subject: [PATCH] Update proptest-derive requirement from 0.1.0 to 0.2.0 Updates the requirements on [proptest-derive](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/proptest-derive-0.1.1...proptest-derive-0.2.0) 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 8b1284e..c676376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ zeroize = "1.1.0" [dev-dependencies] bincode = "1.2.1" proptest = "0.9" -proptest-derive = "0.1.0" +proptest-derive = "0.2.0" [features] nightly = []