parity-zcash
parity-zcash copied to clipboard
Bump rand from 0.4.6 to 0.6.5
Bumps rand from 0.4.6 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 wasm-bindgen test crate (#696)
Platforms
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
Doc
[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 optionalrand_os
dependency (#675)- Re-export the optional WASM dependencies of
rand_os
fromrand
to avoid breakage (#674)[0.6.2] - 2019-01-04
Additions
- Add
Default
forThreadRng
(#657)- Move
rngs::OsRng
torand_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 ofrustc_version
for rustc version detection (#664)- Disable
i128
andu128
if thetarget_os
isemscripten
(#671: work-around Emscripten limitation)- CI fixes (#660, #671)
Optimisations
- Optimise memory usage of
UnitCircle
andUnitSphereSurface
distributions (no PR)[0.6.1] - 2018-11-22
- Support sampling
Duration
also forno_std
(only since Rust 1.25) (#649)- Disable default features of
libc
(#647)[0.6.0] - 2018-11-14
Project organisation
... (truncated)
- Rand has moved from rust-lang-nursery to rust-random! (#578)
- Created The Rust Random Book (source)
- Update copyright and licence notices (#591, #611)
Commits
- See full diff 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). To ignore the version in this PR you can just close it -
@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.
@dependabot recreate