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-05-28 03:53:41 +00:00 committed by Deirdre Connolly
parent 18dfb01c7e
commit 1179d50fa8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
[dev-dependencies]
rand = "0.7"
rand_chacha = "0.2"
proptest = "0.9"
proptest = "0.10"
lazy_static = "1.4"
bincode = "1"