threshold-OPAQUE
threshold-OPAQUE copied to clipboard
Update rand requirement from 0.6.0 to 0.8.4
Updates the requirements on rand to permit the latest version.
Changelog
Sourced from rand's changelog.
[0.8.4] - 2021-06-15
Additions
- Use const-generics to support arrays of all sizes (#1104)
- Implement
CloneandCopyforAlphanumeric(#1126)- Add
Distribution::mapto derive a distribution using a closure (#1129)- Add
Slicedistribution (#1107)- Add
DistStringtrait with impls forStandardandAlphanumeric(#1133)Other
- Reorder asserts in
Uniformfloat distributions for easier debugging of non-finite arguments (#1094, #1108)- Add range overflow check in
Uniformfloat distributions (#1108)- Deprecate
rngs::adapter::ReadRng(#1130)[0.8.3] - 2021-01-25
Fixes
- Fix
no-std+allocbuild by gatingchoose_multiple_weightedonstd(#1088)[0.8.2] - 2021-01-12
Fixes
- Fix panic in
UniformInt::sample_single_inclusiveandRng::gen_rangewhen providing a full integer range (eg0..=MAX) (#1087)[0.8.1] - 2020-12-31
Other
- Enable all stable features in the playground (#1081)
[0.8.0] - 2020-12-18
Platform support
- The minimum supported Rust version is now 1.36 (#1011)
getrandomupdated to v0.2 (#1041)- Remove
wasm-bindgenandstdwebfeature flags. For details of WASM support, see the getrandom documentation. (#948)ReadRng::next_u32andnext_u64now use little-Endian conversion instead of native-Endian, affecting results on Big-Endian platforms (#1061)- The
nightlyfeature no longer implies thesimd_supportfeature (#1048)- Fix
simd_supportfeature to work on current nightlies (#1056)Rngs
ThreadRngis no longerCopyto enable safe usage within thread-local destructors (#1035)gen_range(a, b)was replaced withgen_range(a..b).gen_range(a..=b)is also supported. Note thataandbcan no longer be references or SIMD types. (#744, #1003)- Replace
AsByteSliceMutwithFilland add support for[bool], [char], [f32], [f64](#940)- Restrict
rand::rngs::adaptertostd(#1027; see also #928)StdRng: add newstd_rngfeature flag (enabled by default, but might need to be used if disabling default crate features) (#948)StdRng: Switch from ChaCha20 to ChaCha12 for better performance (#1028)SmallRng: Replace PCG algorithm with xoshiro{128,256}++ (#1038)Sequences
... (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)