tov / bv-rs

Bit-vectors and bit-slices for Rust
https://tov.github.io/bv-rs/bv/
Apache License 2.0
27 stars 5 forks source link

Update quickcheck requirement from 0.6.2 to 0.9.0 #6

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on quickcheck to permit the latest version.

Commits - [`7845a98`](https://github.com/BurntSushi/quickcheck/commit/7845a988894e3e02233bf2115b3d5ce91a914ad9) release: 0.9.0 - [`2513cdc`](https://github.com/BurntSushi/quickcheck/commit/2513cdca2d04f4a6dce8197f2a9c1de37b5687b2) style: move to Rust 2018 - [`37a5a6d`](https://github.com/BurntSushi/quickcheck/commit/37a5a6da297a88d7cf58c0096865e3c818857e4d) benches: remove benchmark - [`e346a98`](https://github.com/BurntSushi/quickcheck/commit/e346a98f47befc798394e0dcb2d13296eb096dd5) style: switch to rustfmt - [`368dc64`](https://github.com/BurntSushi/quickcheck/commit/368dc64b5175570855cde827cb18e0ef984da043) ci: bump MSRV to 1.34.0 - [`4c8ab8b`](https://github.com/BurntSushi/quickcheck/commit/4c8ab8b577e5d4bc7b8cabfcf3ab35a0cccb1710) deps: update to rand 0.7 and rand_core 0.5 - [`b3e50a5`](https://github.com/BurntSushi/quickcheck/commit/b3e50a5e7c85e19538cf8612d9fd6da32c588930) 0.8.5 - [`3c4d676`](https://github.com/BurntSushi/quickcheck/commit/3c4d6764195a09c06f1c4fd5e744e577ae0b15f3) style: use dyn and inclusive ranges - [`7c10ee2`](https://github.com/BurntSushi/quickcheck/commit/7c10ee2d3183368a4ca7d8988d073de1b1dd3607) 0.8.4 - [`8b8ee3e`](https://github.com/BurntSushi/quickcheck/commit/8b8ee3e9f950444235eacb0ae95e74bf36e7ed2e) impl: add Arbitrary impl for Bound\ - Additional commits viewable in [compare view](https://github.com/BurntSushi/quickcheck/compare/quickcheck_macros-0.6.2...quickcheck_macros-0.9.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #7.