Skip to content

Commit

Permalink
Update quickcheck requirement from 0.9 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version.
- [Release notes](https://github.com/BurntSushi/quickcheck/releases)
- [Commits](BurntSushi/quickcheck@quickcheck_macros-0.9.0...1.0.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2021
1 parent 315b9df commit 8b4024a
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 @@ -19,7 +19,7 @@ futures-io = "0.3"
[dev-dependencies]
criterion = "0.3"
futures = "0.3"
quickcheck = "0.9"
quickcheck = "1.0"
quickcheck_macros = "0.9"

[[bench]]
Expand Down

0 comments on commit 8b4024a

Please sign in to comment.