howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
610 stars 106 forks source link

Bump rand from 0.7.0 to 0.7.1 #96

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rand from 0.7.0 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))
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.7.0...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 #101.