rozbb / molasses

A Rust implementation of the Message Layer Security group messaging protocol
Other
115 stars 8 forks source link

Update rand requirement from 0.6 to 0.7 #4

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on rand to permit the latest version.

Changelog

Sourced from rand's changelog.

[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)

[0.7.1] - 2019-09-13

Yanked

This release was yanked since it depends on rand_core::OsRng added in 0.5.1 but specifies a dependency on version 0.5.0 (#890), causing a broken builds when updating from rand 0.7.0 without also updating rand_core.

Fixes

  • Fix no_std behaviour, appropriately enable c2-chacha's std feature (#844)
  • alloc feature in no_std is available since Rust 1.36 (#856)
  • Fix or squelch issues from Clippy lints (#840)

Additions

  • Add a no_std target to CI to continuously evaluate no_std status (#844)
  • WeightedIndex: allow adjusting a sub-set of weights (#866)

[0.7.0] - 2019-06-28

Fixes

  • Fix incorrect pointer usages revealed by Miri testing (#780, #781)
  • Fix (tiny!) bias in Uniform for 8- and 16-bit ints (#809)

Crate

  • Bumped MSRV (min supported Rust version) to 1.32.0
  • Updated to Rust Edition 2018 (#823, #824)
  • Removed dependence on rand_xorshift, rand_isaac, rand_jitter crates (#759, #765)
  • Remove dependency on winapi (#724)
  • Removed all build.rs files (#824)
  • Removed code already deprecated in version 0.6 (#757)
  • Removed the serde1 feature (It's still available for backwards compatibility, but it does not do anything. #830)
  • Many documentation changes
Commits
  • 074cb6a Merge pull request #929 from dhardy/master
  • 0f4e152 Prepare rand 0.7.3 release
  • 5b0d874 Merge pull request #928 from dhardy/libc
  • ae4683c Remove use of deprecated ATOMIC_USIZE_INIT
  • ae3a416 Fix #911: use Once instead of AtomicBool
  • a67173e make libc dependency optional (fork protection requires std)
  • e2dc2c3 Merge pull request #926 from dhardy/fmt
  • fab964d Manual function specification reformatting
  • 3a5d5a8 Use rustfmt::skip for some cases
  • 3a51c3e Manual array reformatting
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - 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)
woodruffw commented 4 years ago

@dependabot rebase

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.