Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 28, 2022

Updates the requirements on rand_distr to permit the latest version.

Changelog

Sourced from rand_distr's changelog.

[0.4.3] - 2018-08-16

Fixed

  • Use correct syscall number for PowerPC (#589)

[0.4.2] - 2018-01-06

Changed

  • Use winapi on Windows
  • Update for Fuchsia OS
  • Remove dev-dependency on log

[0.4.1] - 2017-12-17

Added

  • no_std support

[0.4.0-pre.0] - 2017-12-11

Added

  • JitterRng added as a high-quality alternative entropy source using the system timer
  • new seq module with sample_iter, sample_slice, etc.
  • WASM support via dummy implementations (fail at run-time)
  • Additional benchmarks, covering generators and new seq code

Changed

  • thread_rng uses JitterRng if seeding from system time fails (slower but more secure than previous method)

Deprecated

  • sample function deprecated (replaced by sample_iter)

[0.3.20] - 2018-01-06

Changed

  • Remove dev-dependency on log
  • Update fuchsia-zircon dependency to 0.3.2

[0.3.19] - 2017-12-27

Changed

  • Require log <= 0.3.8 for dev builds
  • Update fuchsia-zircon dependency to 0.3
  • Fix broken links in docs (to unblock compiler docs testing CI)

[0.3.18] - 2017-11-06

Changed

  • thread_rng is seeded from the system time if OsRng fails
  • weak_rng now uses thread_rng internally

... (truncated)

Commits
  • 8f37250 Merge pull request #1208 from newpavlov/rand_distr/fix_no_std
  • 9ef737b update changelog
  • e9f5cfc bump rand_distr to v0.4.3
  • 7f9aa2b rand_distr: fix no_std build
  • 19404d6 Merge pull request #1202 from adamreichold/numpy-compat
  • f44ea42 Extend generator benchmarks to include the newly added Pcg64Dxsm variant.
  • 6107f93 Apply the same copy-editing to the existing generators as was discussed for L...
  • ece8e48 Add Lcg128CmDxsm64 generator compatible with NumPy's PCG64DXSM.
  • b0d7833 Replace the open-coded fill_bytes_impl by rand_core::impls::fill_bytes_via_next.
  • 1a880aa Merge pull request #1204 from xu-cheng/uniform-example
  • 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_distr](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_distr-0.3.0...rand_distr-0.4.3)

---
updated-dependencies:
- dependency-name: rand_distr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2022
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.

1 participant