Update proptest requirement from 0.10 to 1.0

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/compare/0.10.0...1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-23 17:16:35 +00:00 committed by Deirdre Connolly
parent 5154a9955a
commit 82b3d61c08
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ zeroize = "1.1.0"
[dev-dependencies]
bincode = "1.2.1"
proptest = "0.10"
proptest = "1.0"
proptest-derive = "0.3.0"
[features]