Update proptest requirement from 0.9 to 0.10

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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-01 19:37:48 +00:00 committed by Deirdre Connolly
parent d980b3b6a0
commit ceee1c1d87
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.9"
proptest = "0.10"
proptest-derive = "0.2.0"
[features]