threshold-OPAQUE
threshold-OPAQUE copied to clipboard
Update rand_core requirement from 0.3.1 to 0.6.3
Updates the requirements on rand_core to permit the latest version.
Changelog
Sourced from rand_core's changelog.
[0.6.3] - 2019-01-04
Fixes
- Make the
stdfeature require the optionalrand_osdependency (#675)- Re-export the optional WASM dependencies of
rand_osfromrandto avoid breakage (#674)[0.6.2] - 2019-01-04
Additions
- Add
DefaultforThreadRng(#657)- Move
rngs::OsRngtorand_ossub-crate; clean up code; use as dependency (#643) ##BLOCKER##- Add
rand_xoshirosub-crate, plus benchmarks (#642, #668)Fixes
- Fix bias in
UniformInt::sample_single(#662)- Use
autocfginstead ofrustc_versionfor rustc version detection (#664)- Disable
i128andu128if thetarget_osisemscripten(#671: work-around Emscripten limitation)- CI fixes (#660, #671)
Optimisations
- Optimise memory usage of
UnitCircleandUnitSphereSurfacedistributions (no PR)[0.6.1] - 2018-11-22
- Support sampling
Durationalso forno_std(only since Rust 1.25) (#649)- Disable default features of
libc(#647)[0.6.0] - 2018-11-14
Project organisation
- Rand has moved from rust-lang-nursery to rust-random! (#578)
- Created The Rust Random Book (source)
- Update copyright and licence notices (#591, #611)
- Migrate policy documentation from the wiki (#544)
Platforms
- Add fork protection on Unix (#466)
- Added support for wasm-bindgen. (#541, #559, #562, #600)
- Enable
OsRngfor powerpc64, sparc and sparc64 (#609)- Use
syscallfromlibcon Linux instead of redefining it (#629)RNGs
- Switch
SmallRngto use PCG (#623)- Implement
Pcg32andPcg64Mcggenerators (#632)- Move ISAAC RNGs to a dedicated crate (#551)
- Move Xorshift RNG to its own crate (#557)
- Move ChaCha and HC128 RNGs to dedicated crates (#607, #636)
- Remove usage of
RcfromThreadRng(#615)Sampling and distributions
- Implement
Rng.gen_ratio()andBernoulli::new_ratio()(#491)
... (truncated)
Commits
8792268Merge pull request #1137 from rust-random/work21bfc53dUpdate changelogs and bump version numbers4534311Merge pull request #1133 from rust-random/work281f1af8Correct usage of reservefa17d1cAdd comment to append_string for Standardb4c1d66Add DistString1947c89Move Distribution trait and associates to sub-module98a0339Merge pull request #1135 from dhardy/worka7f8fb7Prepare rand_chacha v0.3.1 release09d3df3Merge pull request #1130 from dhardy/work- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)
- 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)