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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-29 02:40:55 +00:00
parent 67f60d69d0
commit d980b3b6a0
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.9"
proptest-derive = "0.1.0"
proptest-derive = "0.2.0"
[features]
nightly = []