howardwu / wagyu

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

Update aes requirement from 0.2 to 0.3 #65

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on aes to permit the latest version.

Commits - [`a9e4a8f`](https://github.com/RustCrypto/block-ciphers/commit/a9e4a8f19525dafedcb9d78750bbdea84409ea17) update aesni version - [`ca170bb`](https://github.com/RustCrypto/block-ciphers/commit/ca170bbe8c0e40013d8ffdf8b055450bbeb448dc) update stream-cipher version - [`9496754`](https://github.com/RustCrypto/block-ciphers/commit/9496754bb641b2d5bb5215f48b8e703a67cfc2b2) Apply clippy lints ([#31](https://github-redirect.dependabot.com/RustCrypto/block-ciphers/issues/31)) - [`a7ab443`](https://github.com/RustCrypto/block-ciphers/commit/a7ab443f0c2c116a824169e166b81040b0ce6c94) algorithms table improvement - [`963e9eb`](https://github.com/RustCrypto/block-ciphers/commit/963e9eb97db1417e58748984b2520663372c25d0) change algorithms table - [`5dd0a58`](https://github.com/RustCrypto/block-ciphers/commit/5dd0a584f25892811d015ee131250dd18d8e896d) mention 3DES - [`c0f6c97`](https://github.com/RustCrypto/block-ciphers/commit/c0f6c972337074576963ba583a33cae9669699a2) update aes tests - [`a4a0458`](https://github.com/RustCrypto/block-ciphers/commit/a4a0458e5da2a682f00de60d49d14474a6f0feec) update aesni tests - [`4e6dce1`](https://github.com/RustCrypto/block-ciphers/commit/4e6dce1b066d3187177428146a668ea0efcc38df) update aes-soft to block-cipher-trait v0.6.1 - [`e212232`](https://github.com/RustCrypto/block-ciphers/commit/e2122327fa8bec0456e63049aac25c8a12bb76e7) use aes-soft for MSRV test - Additional commits viewable in [compare view](https://github.com/RustCrypto/block-ciphers/compare/aesni_v0.2.0...aes-v0.3.2)


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

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.