Skip to content

Commit

Permalink
Bump proptest from 1.3.1 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.3.1...v1.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brunocodutra committed Nov 11, 2023
1 parent 4f3137f commit 9f6cca1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ features = ["pext"]
[dev-dependencies]
criterion = { version = "0.5.1", default-features = false, features = ["rayon"] }
num_cpus = { version = "1.16.0", default-features = false }
proptest = { version = "1.3.1", default-features = false, features = ["std"] }
proptest = { version = "1.4.0", default-features = false, features = ["std"] }
test-strategy = { version = "0.3.1", default-features = false }

[profile.release]
Expand Down

0 comments on commit 9f6cca1

Please sign in to comment.