From 5154a9955a5dd0dbb8823375f2ee1222a56bac40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:01:11 +0000 Subject: [PATCH] Update proptest-derive requirement from 0.2.0 to 0.3.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.2.0...proptest-derive-0.3.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 aba6c60..a9a0bb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ zeroize = "1.1.0" [dev-dependencies] bincode = "1.2.1" proptest = "0.10" -proptest-derive = "0.2.0" +proptest-derive = "0.3.0" [features] nightly = []