Bump proptest from 0.9.6 to 1.0.0

Bumps [proptest](https://github.com/altsysrq/proptest) from 0.9.6 to 1.0.0.
- [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.9.6...1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 09:49:46 +00:00 committed by GitHub
parent 7ed2bf4441
commit 959c4f47f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 60 additions and 110 deletions

View file

@ -24,5 +24,5 @@ log = "^0.4.14"
tindercrypt = { version = "^0.2.2", default-features = false }
[dev-dependencies]
proptest = "^0.9.4"
proptest = "^1.0.0"
tempdir = "^0.3.7"