Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Comments

Bump rand from 0.4.2 to 0.5.1#7

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rand-0.5.1
Closed

Bump rand from 0.4.2 to 0.5.1#7
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rand-0.5.1

Conversation

@dependabot-preview
Copy link

Bumps rand from 0.4.2 to 0.5.1.

Changelog

Sourced from rand's changelog.

[0.5.1] - 2018-06-08

New distributions

  • Added Cauchy distribution. (#474, #486)
  • Added Pareto distribution. (#495)

Platform support and OsRng

  • Remove blanket Unix implementation. (#484)
  • Remove Wasm unimplemented stub. (#484)
  • Dragonfly BSD: read from /dev/random. (#484)
  • Bitrig: use getentropy like OpenBSD. (#484)
  • Solaris: (untested) use getrandom if available, otherwise /dev/random. (#484)
  • Emscripten, stdweb: split the read up in chunks. (#484)
  • Emscripten, Haiku: don't do an extra blocking read from /dev/random. (#484)
  • Linux, NetBSD, Solaris: read in blocking mode on first use in fill_bytes. (#484)
  • Fuchsia, CloudABI: fix compilation (broken in Rand 0.5). (#484)

[0.5.0] - 2018-05-21

Crate features and organisation

  • Minimum Rust version update: 1.22.0. (#239)
  • Create a separate rand_core crate. (#288)
  • Deprecate rand_derive. (#256)
  • Add prelude (and module reorganisation). (#435)
  • Add log feature. Logging is now available in JitterRng, OsRng, EntropyRng and ReseedingRng. (#246)
  • Add serde1 feature for some PRNGs. (#189)
  • stdweb feature for OsRng support on WASM via stdweb. (#272, #336)

Rng trait

  • Split Rng in RngCore and Rng extension trait.
    next_u32, next_u64 and fill_bytes are now part of RngCore. (#265)
  • Add Rng::sample. (#256)
  • Deprecate Rng::gen_weighted_bool. (#308)
  • Add Rng::gen_bool. (#308)
  • Remove Rng::next_f32 and Rng::next_f64. (#273)
  • Add optimized Rng::fill and Rng::try_fill methods. (#247)
  • Deprecate Rng::gen_iter. (#286)
  • Deprecate Rng::gen_ascii_chars. (#279)

rand_core crate

  • rand now depends on new rand_core crate (#288)
  • RngCore and SeedableRng are now part of rand_core. (#288)
  • Add modules to help implementing RNGs impl and le. (#209, #228)
  • Add Error and ErrorKind. (#225)
  • Add CryptoRng marker trait. (#273)
  • Add BlockRngCore trait. (#281)
  • Add BlockRng and BlockRng64 wrappers to help implementations. (#281, #325)
  • Revise the SeedableRng trait. (#233)
  • Remove default implementations for RngCore::next_u64 and RngCore::fill_bytes. (#288)
  • Add RngCore::try_fill_bytes. (#225)
... (truncated)
Commits
  • 7f00a4b Merge pull request #498 from dhardy/0.5
  • 91a35ae Update rand_core version number and changelog for 0.2.1.
  • b92c0e6 Update changelog and version number for 0.5.1 release.
  • 319a384 Merge pull request #495 from vks/pareto
  • bd7d579 Improve Pareto test
  • 99816b7 Make Pareto::sample faster by moving code into the constructor
  • f8b8ffc Merge pull request #487 from vks/patch-2
  • 4f9023c Correct float range in docs
  • f79146a Add common names for Pareto parameters
  • d06553f Fix no_std by making Pareto require std
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will not automatically merge this PR because this dependency is pre-1.0.0.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

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.

@dependabot-preview
Copy link
Author

Superseded by #8.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/rand-0.5.1 branch June 21, 2018 04:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant