Skip to content

Commit

Permalink
⬆️ Update proptest-derive requirement from ^0.4.0 to ^0.5.0 (#15)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent ef8f833 commit 84520db
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 @@ -18,7 +18,7 @@ num = "^0.4.1"
ordered-float = "^4.2.0"

proptest = { version = "1", optional = true, default-features = false, features = ["std"] }
proptest-derive = { version = "^0.4.0", optional = true }
proptest-derive = { version = "^0.5.0", optional = true }

serde = { version = "1.0", default-features = false, features = [ "derive" ], optional = true }
array-init = "^2.1.0"
Expand Down

0 comments on commit 84520db

Please sign in to comment.