Skip to content

Commit

Permalink
Update proptest-derive requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [proptest-derive](https://github.com/proptest-rs/proptest) to permit the latest version.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@0.4.0...proptest-derive-0.5.0)

---
updated-dependencies:
- dependency-name: proptest-derive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 38699a7 commit 79f1ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ rayon = "1"
rand = { version = "0.8", features = ["small_rng"] }
pretty_assertions = "1.0"
metrohash = "1"
proptest-derive = "0.4"
proptest-derive = "0.5"
static_assertions = "1.1.0"

0 comments on commit 79f1ace

Please sign in to comment.