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-22 10:01:16 +00:00 committed by Deirdre Connolly
parent baa3f4bb30
commit e40313263c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ zeroize = { version = "1", default-features = false, features = ["zeroize_derive
bincode = "1"
criterion = "0.3"
lazy_static = "1.4"
proptest = "0.10"
proptest = "1.0"
rand = "0.7"
rand_chacha = "0.2"