jix / varisat

SAT solver written in Rust
https://jix.one/project/varisat
Apache License 2.0
253 stars 17 forks source link

Bump rand from 0.6.5 to 0.7.1 #119

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rand from 0.6.5 to 0.7.1.

Changelog *Sourced from [rand's changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md).* > ## [0.7.1] - 2019-09-13 > ### Fixes > - Fix `no_std` behaviour, appropriately enable c2-chacha's `std` feature ([#844](https://github-redirect.dependabot.com/rust-random/rand/issues/844)) > - `alloc` feature in `no_std` is available since Rust 1.36 ([#856](https://github-redirect.dependabot.com/rust-random/rand/issues/856)) > - Fix or squelch issues from Clippy lints ([#840](https://github-redirect.dependabot.com/rust-random/rand/issues/840)) > > ### Additions > - Add a `no_std` target to CI to continously evaluate `no_std` status ([#844](https://github-redirect.dependabot.com/rust-random/rand/issues/844)) > - `WeightedIndex`: allow adjusting a sub-set of weights ([#866](https://github-redirect.dependabot.com/rust-random/rand/issues/866)) > > ## [0.7.0] - 2019-06-28 > > ### Fixes > - Fix incorrect pointer usages revealed by Miri testing ([#780](https://github-redirect.dependabot.com/rust-random/rand/issues/780), [#781](https://github-redirect.dependabot.com/rust-random/rand/issues/781)) > - Fix (tiny!) bias in `Uniform` for 8- and 16-bit ints ([#809](https://github-redirect.dependabot.com/rust-random/rand/issues/809)) > > ### Crate > - Bumped MSRV (min supported Rust version) to 1.32.0 > - Updated to Rust Edition 2018 ([#823](https://github-redirect.dependabot.com/rust-random/rand/issues/823), [#824](https://github-redirect.dependabot.com/rust-random/rand/issues/824)) > - Removed dependence on `rand_xorshift`, `rand_isaac`, `rand_jitter` crates ([#759](https://github-redirect.dependabot.com/rust-random/rand/issues/759), [#765](https://github-redirect.dependabot.com/rust-random/rand/issues/765)) > - Remove dependency on `winapi` ([#724](https://github-redirect.dependabot.com/rust-random/rand/issues/724)) > - Removed all `build.rs` files ([#824](https://github-redirect.dependabot.com/rust-random/rand/issues/824)) > - Removed code already deprecated in version 0.6 ([#757](https://github-redirect.dependabot.com/rust-random/rand/issues/757)) > - Removed the serde1 feature (It's still available for backwards compatibility, but it does not do anything. [#830](https://github-redirect.dependabot.com/rust-random/rand/issues/830)) > - Many documentation changes > > ### rand_core > - Updated to `rand_core` 0.5.0 > - `Error` type redesigned with new API ([#800](https://github-redirect.dependabot.com/rust-random/rand/issues/800)) > - Move `from_entropy` method to `SeedableRng` and remove `FromEntropy` ([#800](https://github-redirect.dependabot.com/rust-random/rand/issues/800)) > - `SeedableRng::from_rng` is now expected to be value-stable ([#815](https://github-redirect.dependabot.com/rust-random/rand/issues/815)) > > ### Standard RNGs > - OS interface moved from `rand_os` to new `getrandom` crate ([#765](https://github-redirect.dependabot.com/rust-random/rand/issues/765), [getrandom](https://github.com/rust-random/getrandom)) > - Use ChaCha for `StdRng` and `ThreadRng` ([#792](https://github-redirect.dependabot.com/rust-random/rand/issues/792)) > - Feature-gate `SmallRng` ([#792](https://github-redirect.dependabot.com/rust-random/rand/issues/792)) > - `ThreadRng` now supports `Copy` ([#758](https://github-redirect.dependabot.com/rust-random/rand/issues/758)) > - Deprecated `EntropyRng` ([#765](https://github-redirect.dependabot.com/rust-random/rand/issues/765)) > - Enable fork protection of ReseedingRng without `std` ([#724](https://github-redirect.dependabot.com/rust-random/rand/issues/724)) > > ### Distributions > - Many distributions have been moved to `rand_distr` ([#761](https://github-redirect.dependabot.com/rust-random/rand/issues/761)) > - `Bernoulli::new` constructor now returns a `Result` ([#803](https://github-redirect.dependabot.com/rust-random/rand/issues/803)) > - `Distribution::sample_iter` adjusted for more flexibility ([#758](https://github-redirect.dependabot.com/rust-random/rand/issues/758)) > - Added `distributions::weighted::alias_method::WeightedIndex` for `O(1)` sampling ([#692](https://github-redirect.dependabot.com/rust-random/rand/issues/692)) > - Support sampling `NonZeroU*` types with the `Standard` distribution ([#728](https://github-redirect.dependabot.com/rust-random/rand/issues/728)) > - Optimised `Binomial` distribution sampling ([#735](https://github-redirect.dependabot.com/rust-random/rand/issues/735), [#740](https://github-redirect.dependabot.com/rust-random/rand/issues/740), [#752](https://github-redirect.dependabot.com/rust-random/rand/issues/752)) > - Optimised SIMD float sampling ([#739](https://github-redirect.dependabot.com/rust-random/rand/issues/739)) > > ### Sequences > ... (truncated)
Commits - [`9f1efff`](https://github.com/rust-random/rand/commit/9f1efffdcdbd96925665c14476422f24364b7514) Merge pull request [#887](https://github-redirect.dependabot.com/rust-random/rand/issues/887) from dhardy/master - [`54d5d73`](https://github.com/rust-random/rand/commit/54d5d7378ba83fcbaaf706cd5bde06b9ef70004e) Prepare rand 0.7.1 - [`4152392`](https://github.com/rust-random/rand/commit/4152392a35c1f48ec4d3261850bd2728b7849a15) Merge pull request [#884](https://github-redirect.dependabot.com/rust-random/rand/issues/884) from dhardy/master - [`c394760`](https://github.com/rust-random/rand/commit/c39476001720c2c2c0e2aef851efe8d9e4bbea8f) Prepare rand_distr 0.2.2 - [`9a4a800`](https://github.com/rust-random/rand/commit/9a4a80006ea6ab9597ec5965db4edea85d700fa3) Merge pull request [#877](https://github-redirect.dependabot.com/rust-random/rand/issues/877) from newpavlov/patch-3 - [`2c43268`](https://github.com/rust-random/rand/commit/2c43268c8260cad21d171b94807e6cd8b96e50b7) Merge pull request [#880](https://github-redirect.dependabot.com/rust-random/rand/issues/880) from vks/vigna2019 - [`2b7d92c`](https://github.com/rust-random/rand/commit/2b7d92c7b7651c6bc8d6640927ad511a69d1f18f) rand_xoshiro: Bump minor version - [`1f5dd74`](https://github.com/rust-random/rand/commit/1f5dd747471994fddbf114c82cf8932e913ec510) Merge pull request [#879](https://github-redirect.dependabot.com/rust-random/rand/issues/879) from vks/update-average - [`8509bdf`](https://github.com/rust-random/rand/commit/8509bdf69c4bf9bd9e051066a6eb707061678206) Merge pull request [#861](https://github-redirect.dependabot.com/rust-random/rand/issues/861) from vks/vigna2019 - [`6d58f21`](https://github.com/rust-random/rand/commit/6d58f210ce7ef66b7813ac28acee821d052c503a) Update dependency on `average` - Additional commits viewable in [compare view](https://github.com/rust-random/rand/compare/0.6.5...0.7.1)


Dependabot compatibility score

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 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #120.