Skip to content

Commit

Permalink
Update quickcheck requirement from 0.9.0 to 1.0.3
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.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2021
1 parent 658be9d commit 6943c21
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 @@ -26,6 +26,6 @@ url = { version = "2.1.0", optional = true, default-features = false }

[dev-dependencies]
bincode = "1"
quickcheck = "0.9.0"
quickcheck = "1.0.3"
rand = "0.8.4"
serde_json = "1.0"

0 comments on commit 6943c21

Please sign in to comment.