cardano-serialization-lib icon indicating copy to clipboard operation
cardano-serialization-lib copied to clipboard

Bump rand_os from 0.1.3 to 0.2.2 in /rust

Open dependabot-preview[bot] opened this issue 5 years ago • 0 comments

⚠️ 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 serde1 feature and added Serialize/Deserialize to UniformInt and WeightedIndex (#974)
  • Document types supported by random (#994)
  • Implement weighted sampling without replacement (#976, #1013)

Changes

  • gen_range(a, b) was replaced with gen_range(a..b), and gen_range(a..=b) is supported (#744, #1003). Note that a and b can no longer be references or SIMD types.
  • Replace AsByteSliceMut with Fill (#940)
  • Move alias method for WeightedIndex to rand_distr (#945)
  • Alphanumeric samples bytes instead of chars (#935)
  • The minimum supported Rust version is now 1.36 (#1011)
  • Better NaN handling for WeightedIndex (#1005)
  • Implement IntoIterator for IndexVec, replacing the into_iter method (#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 Bernoulli distribution constructors now reports an error on NaN and on denominator == 0. (#925)
  • Use std::sync::Once to 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::Error for BernoulliError (#919)

[0.7.2] - 2019-09-16

Fixes

  • Fix dependency on rand_core 0.5.1 (#890)

Additions

  • Unit tests for value stability of distributions added (#888)
Commits
  • c388cb2 Merge pull request #873 from dhardy/master
  • a622ea3 Fixes regarding OsRng move
  • d877ed5 Merge pull request #864 from dhardy/error
  • 3b79aaa Merge branch 'master' into error
  • a4cd495 Merge pull request #856 from taiki-e/alloc
  • 918765d Apply requested changes
  • 3b038a5 Remove #![feature(alloc)]
  • df0c772 Reconstruct io::Error from raw code if possible in From impl
  • 2f9e9b2 Update rand_core and rand_jitter versions
  • 73251d5 Update rand_core::Error in line with getrandom::Error
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 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)
  • 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)

dependabot-preview[bot] avatar Aug 31 '20 07:08 dependabot-preview[bot]