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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-22 10:01:11 +00:00 committed by Deirdre Connolly
parent 483c7cf302
commit 5154a9955a
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []