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

Bump rand from 0.4.2 to 0.6.5#19

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

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

Conversation

@dependabot-preview
Copy link

Bumps rand from 0.4.2 to 0.6.5.

Changelog

Sourced from rand's changelog.

[0.6.5] - 2019-01-28

Crates

  • Update rand_core to 0.4 (#703)
  • Move JitterRng to its own crate (#685)
  • Add a warm-bindgen test crate (#696)

Platforms

  • Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng

Doc

  • Use RFC 1946 for doc links (#691)
  • Fix some doc links and notes (#711)

[0.6.4] - 2019-01-08

Fixes

  • Move wasm-bindgen shims to correct crate (#686)
  • Make wasm32-unknown-unknown compile but fail at run-time if missing bindingsg (#686)

[0.6.3] - 2019-01-04

Fixes

  • Make the std feature require the optional rand_os dependency (#675)
  • Re-export the optional WASM dependencies of rand_os from rand to avoid breakage (#674)

[0.6.2] - 2019-01-04

Additions

  • Add Default for ThreadRng (#657)
  • Move rngs::OsRng to rand_os sub-crate; clean up code; use as dependency (#643) ##BLOCKER##
  • Add rand_xoshiro sub-crate, plus benchmarks (#642, #668)

Fixes

  • Fix bias in UniformInt::sample_single (#662)
  • Use autocfg instead of rustc_version for rustc version detection (#664)
  • Disable i128 and u128 if the target_os is emscripten (#671: work-around Emscripten limitation)
  • CI fixes (#660, #671)

Optimisations

  • Optimise memory usage of UnitCircle and UnitSphereSurface distributions (no PR)

[0.6.1] - 2018-11-22

  • Support sampling Duration also for no_std (only since Rust 1.25) (#649)
  • Disable default features of libc (#647)

[0.6.0] - 2018-11-14

Project organisation

... (truncated)
Commits
  • a8dc9ad Merge pull request #714 from dhardy/master
  • 625411c Update changelog for 0.6.5
  • 76acffe Merge pull request #712 from erickt/master
  • 351edce Merge pull request #711 from dhardy/master
  • 1d0d26c Bump version, and document fuchsia_cprng change
  • 9ffaeb7 Add rustdoc logo/root link config to sub-crates
  • ec13800 Travis: allow failure of Android test
  • b22b637 Fix external links in SmallRng documentation
  • 6ce5f81 Add links to the crate pages for the rngs mentioned in StdRng docs
  • 8112daa Merge pull request #703 from dhardy/master
  • 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 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 cancel merge will cancel a previously requested merge
  • @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.

Bumps [rand](https://github.com/rust-random/rand) from 0.4.2 to 0.6.5.
- [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.4.2...0.6.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #25.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/rand-0.6.5 branch October 22, 2019 04:12
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

Comments