Skip to content

Update rand_hc requirement from 0.1.0 to 0.2.0#17

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rand_hc-0.2.0
Closed

Update rand_hc requirement from 0.1.0 to 0.2.0#17
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rand_hc-0.2.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Updates the requirements on rand_hc to permit the latest version.

Changelog

Sourced from rand_hc's changelog.

[0.2.0] - 2015-03-06

Fixed

  • Compatible with Rust master (move from old_io to std::io)

[0.1.4] - 2015-03-04

Fixed

  • Compatible with Rust master (use wrapping ops)

[0.1.3] - 2015-02-20

Fixed

  • Compatible with Rust master

Removed

  • Removed Copy implementations from RNGs

[0.1.2] - 2015-02-03

Added

  • Imported functionality from std::rand, including:
    • StdRng, SeedableRng, TreadRng, weak_rng()
    • ReaderRng: A wrapper around any Reader to treat it as an RNG.
  • Imported documentation from std::rand
  • Imported tests from std::rand

[0.1.1] - 2015-02-03

Added

  • Migrate to a cargo-compatible directory structure.

Fixed

  • Do not use entropy during gen_weighted_bool(1)

[Rust 0.12.0] - 2014-10-09

Added

  • Impl Rand for tuples of arity 11 and 12
  • Include ChaCha pseudorandom generator
  • Add next_f64 and next_f32 to Rng
  • Implement Clone for PRNGs

Changed

  • Rename TaskRng to ThreadRng and task_rng to thread_rng (since a
    runtime is removed from Rust).

Fixed

  • Improved performance of ISAAC and ISAAC64 by 30% and 12 % respectively, by
    informing the optimiser that indexing is never out-of-bounds.
... (truncated)
Commits
  • 5610bda Merge pull request #823 from dhardy/master
  • 7690c21 Bump version to 0.7.0-pre.1
  • 69912ea Require serde1 to enable serde support (reverts recent change)
  • 1991d0c Fix Travis no_std test and remove old Cargo patch
  • 8dd020c Prepare rand_pcg 0.2.0 release
  • 18d5584 rand_pcg: add Pcg64 RNG
  • fa26eb7 Use Edition 2018 in rand_pcg
  • 1f1896f Prepare rand_hc 0.2.0 and update to edition 2018
  • 4e5c08d Prepare rand_isaac 0.2.0 and update to edition 2018
  • 17986eb Prepare rand_xorshift 0.2.0 and update to edition 2018
  • Additional commits viewable in compare view

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:

  • 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.

Updates the requirements on [rand_hc](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@rand_hc-0.1.0...rand_hc-0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jun 13, 2019
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #103.

@dependabot-preview dependabot-preview Bot deleted the dependabot/cargo/rand_hc-0.2.0 branch December 15, 2020 01:13
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants