Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 21, 2020

Updates the requirements on rand to permit the latest version.

Changelog

Sourced from rand's changelog.

[0.7.3] - 2020-01-10

Fixes

  • The Bernoulli distribution constructors now reports an error on NaN and on denominator == 0. (#925)
  • Use std::sync::Once to register fork handler, avoiding possible atomicity violation (#928)
  • Fix documentation on the precision of generated floating-point values

Changes

  • Unix: make libc dependency optional; only use fork protection with std feature (#928)

Additions

  • Implement std::error::Error for BernoulliError (#919)

[0.7.2] - 2019-09-16

Fixes

  • Fix dependency on rand_core 0.5.1 (#890)

Additions

  • Unit tests for value stability of distributions added (#888)

[0.7.1] - 2019-09-13

Yanked

This release was yanked since it depends on rand_core::OsRng added in 0.5.1 but specifies a dependency on version 0.5.0 (#890), causing a broken builds when updating from rand 0.7.0 without also updating rand_core.

Fixes

  • Fix no_std behaviour, appropriately enable c2-chacha's std feature (#844)
  • alloc feature in no_std is available since Rust 1.36 (#856)
  • Fix or squelch issues from Clippy lints (#840)

Additions

  • Add a no_std target to CI to continuously evaluate no_std status (#844)
  • WeightedIndex: allow adjusting a sub-set of weights (#866)

[0.7.0] - 2019-06-28

Fixes

  • Fix incorrect pointer usages revealed by Miri testing (#780, #781)
  • Fix (tiny!) bias in Uniform for 8- and 16-bit ints (#809)

Crate

  • Bumped MSRV (min supported Rust version) to 1.32.0
  • Updated to Rust Edition 2018 (#823, #824)
  • Removed dependence on rand_xorshift, rand_isaac, rand_jitter crates (#759, #765)
  • Remove dependency on winapi (#724)
  • Removed all build.rs files (#824)
  • Removed code already deprecated in version 0.6 (#757)
  • Removed the serde1 feature (It's still available for backwards compatibility, but it does not do anything. #830)
  • Many documentation changes

... (truncated)

Commits
  • 074cb6a Merge pull request #929 from dhardy/master
  • 0f4e152 Prepare rand 0.7.3 release
  • 5b0d874 Merge pull request #928 from dhardy/libc
  • ae4683c Remove use of deprecated ATOMIC_USIZE_INIT
  • ae3a416 Fix #911: use Once instead of AtomicBool
  • a67173e make libc dependency optional (fork protection requires std)
  • e2dc2c3 Merge pull request #926 from dhardy/fmt
  • fab964d Manual function specification reformatting
  • 3a5d5a8 Use rustfmt::skip for some cases
  • 3a51c3e Manual array reformatting
  • 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 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)

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.0...0.7.3)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 21, 2020

Dependabot tried to add @dconnolly as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/skipjack8/redjubjubJS/pulls/6/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the skipjack8/redjubjubJS repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 21, 2020
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