howardwu / wagyu

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

Bump blake2s_simd from 0.5.8 to 0.5.9 #119

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps blake2s_simd from 0.5.8 to 0.5.9.

Commits - [`86a2ad1`](https://github.com/oconnor663/blake2_simd/commit/86a2ad1eab0fab8dbe724978e188beeddc63f0e6) version 0.5.9 - [`a9d3706`](https://github.com/oconnor663/blake2_simd/commit/a9d3706411d4c7dbd8e4b616d9c3f7c9d8678028) add openssl SHA3 benchmarks - [`486ad74`](https://github.com/oconnor663/blake2_simd/commit/486ad74c2a24a58a84f2bf1e6ccb0ebd5fcb216c) remove check_avx2 from K12 - [`101caf5`](https://github.com/oconnor663/blake2_simd/commit/101caf59fd79b45b37ad0fb6014c8071d0db763a) enable K12 benchmarks on non-x86 - [`9d702eb`](https://github.com/oconnor663/blake2_simd/commit/9d702ebbcb1b31e8df629a2cac6fdd26aecd78b2) do feature detection for the K12 benchmarks - [`121c5cf`](https://github.com/oconnor663/blake2_simd/commit/121c5cf8006d847e20041a88039aa22666a9a579) add ring ChaCha20Poly1305 benchmarks - [`b1dd0ba`](https://github.com/oconnor663/blake2_simd/commit/b1dd0ba96f9ccb6fb6492af93a5bdf165bffd212) add libsodium ChaCha20 benchmarks - [`948315c`](https://github.com/oconnor663/blake2_simd/commit/948315c780d4aa54e90fa745d2e35bde73f90263) add libsodium Poly1305 benchmarks - [`6e62903`](https://github.com/oconnor663/blake2_simd/commit/6e629036c864744e5eda1c9441a4cd42271e58d2) check build failures in the K12 benchmarks - [`deedfa7`](https://github.com/oconnor663/blake2_simd/commit/deedfa7b9e89727164eac2ed52f9f758703e46f9) Merge pull request [#15](https://github-redirect.dependabot.com/oconnor663/blake2_simd/issues/15) from bluss/arrayvec-0.5 - Additional commits viewable in [compare view](https://github.com/oconnor663/blake2_simd/compare/0.5.8...0.5.9)


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)
dependabot-preview[bot] commented 4 years ago

Superseded by #135.