Skip to content

Commit

Permalink
Update quickcheck_macros requirement from 0.9 to 1.0 (#15)
Browse files Browse the repository at this point in the history
Updates the requirements on [quickcheck_macros](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...quickcheck_macros-1.0.0)

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 Jan 30, 2021
1 parent 8ca411f commit 085a56b
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 @@ -20,7 +20,7 @@ futures-io = "0.3"
criterion = "0.3"
futures = "0.3"
quickcheck = "1.0"
quickcheck_macros = "0.9"
quickcheck_macros = "1.0"

[[bench]]
name = "pipe"
Expand Down

0 comments on commit 085a56b

Please sign in to comment.