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:
parent
baa3f4bb30
commit
e40313263c
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue