cardano-serialization-lib
cardano-serialization-lib copied to clipboard
Bump rand_os from 0.1.3 to 0.2.2 in /rust
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps rand_os from 0.1.3 to 0.2.2.
Changelog
Sourced from rand_os's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
A separate changelog is kept for rand_core.
You may also find the Upgrade Guide useful.
[Unreleased]
Additions
- impl PartialEq+Eq for StdRng, SmallRng, and StepRng (#975)
- Added a
serde1feature and added Serialize/Deserialize toUniformIntandWeightedIndex(#974)- Document types supported by
random(#994)- Implement weighted sampling without replacement (#976, #1013)
Changes
gen_range(a, b)was replaced withgen_range(a..b), andgen_range(a..=b)is supported (#744, #1003). Note thataandbcan no longer be references or SIMD types.- Replace
AsByteSliceMutwithFill(#940)- Move alias method for
WeightedIndextorand_distr(#945)Alphanumericsamples bytes instead of chars (#935)- The minimum supported Rust version is now 1.36 (#1011)
- Better NaN handling for
WeightedIndex(#1005)- Implement
IntoIteratorforIndexVec, replacing theinto_itermethod (#1007)- Reduce packaged crate size (#983)
- Drop some unsafe code (#962, #963)
- Improve treatment of rounding errors in
WeightedIndex::update_weights(#956)[0.7.3] - 2020-01-10
Fixes
- The
Bernoullidistribution constructors now reports an error on NaN and ondenominator == 0. (#925)- Use
std::sync::Onceto register fork handler, avoiding possible atomicity violation (#928)- Fix documentation on the precision of generated floating-point values
Changes
- Unix: make libc dependency optional; only use fork protection with std feature (#928)
Additions
- Implement
std::error::ErrorforBernoulliError(#919)[0.7.2] - 2019-09-16
Fixes
- Fix dependency on
rand_core0.5.1 (#890)Additions
- Unit tests for value stability of distributions added (#888)
Commits
c388cb2Merge pull request #873 from dhardy/mastera622ea3Fixes regarding OsRng moved877ed5Merge pull request #864 from dhardy/error3b79aaaMerge branch 'master' into errora4cd495Merge pull request #856 from taiki-e/alloc918765dApply requested changes3b038a5Remove #![feature(alloc)]df0c772Reconstruct io::Error from raw code if possible in From impl2f9e9b2Update rand_core and rand_jitter versions73251d5Update rand_core::Error in line with getrandom::Error- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)