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 rand requirement from 0.7.2 to 0.8.4 #45

Merged
merged 3 commits into from
Jun 16, 2021

Commits on Jun 16, 2021

  1. Update rand requirement from 0.7.2 to 0.8.4

    Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
    - [Release notes](https://github.com/rust-random/rand/releases)
    - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
    - [Commits](rust-random/rand@0.7.2...0.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: rand
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9ea8ac6 View commit details
    Browse the repository at this point in the history
  2. tests/lib: Only use Arbitrary trait for randomness

    Pre quickcheck v1.0 rand and quickcheck had to be updated in lock-step,
    given that the latter makes use of traits of the former.
    
    This commit decouples the two, only depending on quickcheck directly for
    randomness. This will ease the transisition to quickcheck 1.0, see
    BurntSushi/quickcheck#241.
    mxinden committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    ebef2f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc92286 View commit details
    Browse the repository at this point in the history