Skip to content

Commit

Permalink
chore(deps): update proptest-derive requirement from 0.4.0 to 0.5.0
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/0.4.0/CHANGELOG.md)
- [Commits](proptest-rs/proptest@0.4.0...0.4.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 bcc1e2d commit 93da75d
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 @@ -41,7 +41,7 @@ num-rational = "0.4.1"
paste = "1.0"
petgraph = { version = "0.6.3", default-features = false }
proptest = "1.4.0"
proptest-derive = "0.4.0"
proptest-derive = "0.5.0"
regex = "1.9.5"
regex-syntax = "0.8.3"
rstest = "0.21.0"
Expand Down

0 comments on commit 93da75d

Please sign in to comment.