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.8.5 #5

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on quickcheck to permit the latest version.

Commits - [`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\ - [`2c39fa9`](https://github.com/BurntSushi/quickcheck/commit/2c39fa9868f8e76a594d1ab2d1c50631c15f23a2) 0.8.3 - [`5c46a0c`](https://github.com/BurntSushi/quickcheck/commit/5c46a0c9f1e7d073496649f88abf5e0410b47345) macros: use $crate prefix - [`ff38907`](https://github.com/BurntSushi/quickcheck/commit/ff389074b545a4b45c0f4a52b17e577c12f2c500) 0.8.2 - [`25609c7`](https://github.com/BurntSushi/quickcheck/commit/25609c702de8cacbb9d576fa05800418776b919f) deps: bump rand_core, rand and env_logger - [`8ec8cb1`](https://github.com/BurntSushi/quickcheck/commit/8ec8cb1dc9db4cfbdf5fe6898377168b0c4a26e6) readme: update for procedural macros in Rust 1.30 - [`231d07d`](https://github.com/BurntSushi/quickcheck/commit/231d07db8c31d2bb502dd514290bf173eeba58a7) 0.8.1 - Additional commits viewable in [compare view](https://github.com/BurntSushi/quickcheck/compare/quickcheck_macros-0.6.2...0.8.5)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 5 years ago

Superseded by #6.