Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quickcheck requirement from 0.9.0 to 1.0.3 #1929

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2021

Updates the requirements on quickcheck to permit the latest version.

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 18, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 4 times, most recently from 7c7aa0a to 7bcc622 Compare January 27, 2021 09:45
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 2 times, most recently from 7b6c255 to 1d2f4b5 Compare January 27, 2021 12:30
@mxinden mxinden self-assigned this Feb 1, 2021
@mxinden
Copy link
Member

mxinden commented Feb 1, 2021

quickcheck does no longer expose rand on its public interface, thus g.gen_range is no more. That makes the upgrade rather involved. I have done most of the changes required in mxinden@e90813b.

I would suggest waiting a bit longer to see if a similar mechanism to gen_range is reintroduced (see BurntSushi/quickcheck#267).

@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 4 times, most recently from 6815c0d to 57ae2d0 Compare February 8, 2021 09:06
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 6 times, most recently from ff9786c to bc7f9a1 Compare February 17, 2021 09:58
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 6 times, most recently from b14a8a2 to 60c678b Compare March 3, 2021 10:05
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 3 times, most recently from 3d5ff03 to 24c469d Compare March 12, 2021 14:34
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 5 times, most recently from 9052369 to 16c0efc Compare April 14, 2021 18:41
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 4 times, most recently from ad1121c to 56a2c04 Compare April 27, 2021 17:31
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch from 56a2c04 to 5a5b1a4 Compare April 30, 2021 08:44
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 5 times, most recently from 79de73d to df3a55f Compare May 12, 2021 16:34
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch from df3a55f to 8850664 Compare May 14, 2021 07:18
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch 3 times, most recently from e03c05f to 7350c3f Compare May 28, 2021 09:44
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch from 7350c3f to 1eb8523 Compare June 7, 2021 08:42
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch from 1eb8523 to 52444da Compare June 14, 2021 18:43
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch from 52444da to 852e81e Compare June 30, 2021 20:15
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@0.9.2...1.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/quickcheck-1.0.3 branch from 852e81e to b9c5e78 Compare July 9, 2021 12:39
@mxinden
Copy link
Member

mxinden commented Jul 9, 2021

Closing here for now. In case someone wants to pick this back up, please take a look at #1929 (comment).

@mxinden mxinden closed this Jul 9, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/quickcheck-1.0.3 branch July 9, 2021 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant