Bump proptest from 1.1.0 to 1.2.0

Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-24 06:00:32 +00:00 committed by Dustin J. Mitchell
parent 66b2db52f4
commit d28cdc39fa
2 changed files with 4 additions and 11 deletions

View file

@ -27,7 +27,7 @@ byteorder = "1.0"
ring = "0.16"
[dev-dependencies]
proptest = "^1.1.0"
proptest = "^1.2.0"
tempfile = "3"
rstest = "0.17"
pretty_assertions = "1"