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)
Updates the requirements on miscreant to permit the latest version.
Changelog
*Sourced from [miscreant's changelog](https://github.com/miscreant/miscreant.rs/blob/develop/CHANGES.md).* > ## [0.5.2] (2019-12-04) > > - Re-export `SivAead` and `siv` module ([#43](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/43)) > > ## [0.5.1] (2019-12-04) > > - Remove crate type overrides ([#41](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/41)) > > ## [0.5.0] (2019-12-04) > > - Use `aes-siv` crate ([#36](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/36), [#39](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/39)) > - Remove `soft-aes` feature ([#33](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/33)) > > **YANKED**: release's docs wouldn't build. Changed crate lib config. > > ## [0.4.2] (2019-01-12) > > - Cargo.toml: Enable `soft-aes` feature in docs.rs metadata ([#16](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/16)) > > ## [0.4.1] (2019-01-12) > > - Cargo.toml: Fix docs.rs config, CI badge, and license string ([#13](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/13), [#14](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/14)) > > ## [0.4.0] (2019-01-12) > > - Add back (off-by-default) `soft-aes` feature ([#10](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/10)) > - Convert benchmark suite to use criterion.rs ([#7](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/7)) > - Refactor using `ctr` and `stream-cipher` crates ([#6](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/6)) > - Update dependencies (closes [#2](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/2)) ([#4](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/4)) > - Update to Rust 2018 edition ([#3](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/3)) > > ## [0.3.0] (2017-12-25) > > - STREAM support > - AEAD APIs: TypeScript, Rust > - Rust internals based on RustCrypto project providing ~10% faster performance > > ## [0.2.0] (2017-10-01) > > - AES-PMAC-SIV support > > # 0.1.0 (2017-07-31) > > - Initial release > > [0.5.2]: [miscreant/miscreant.rs#44](https://github-redirect.dependabot.com/miscreant/miscreant.rs/pull/44) > [#43](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/43): [miscreant/miscreant.rs#43](https://github-redirect.dependabot.com/miscreant/miscreant.rs/pull/43) > [0.5.1]: [miscreant/miscreant.rs#42](https://github-redirect.dependabot.com/miscreant/miscreant.rs/pull/42) > [#41](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/41): [miscreant/miscreant.rs#41](https://github-redirect.dependabot.com/miscreant/miscreant.rs/pull/41) > [0.5.0]: [miscreant/miscreant.rs#40](https://github-redirect.dependabot.com/miscreant/miscreant.rs/pull/40) > ... (truncated)Commits
- [`53b3ae9`](https://github.com/miscreant/miscreant.rs/commit/53b3ae9fabe049ce2a6341d10aa359546b03c734) v0.5.2 - [`257bc9e`](https://github.com/miscreant/miscreant.rs/commit/257bc9ea65a7ff22785cc3476046c3722213903e) Merge pull request [#43](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/43) from miscreant/re-export-sivaead-struct-and-siv-module - [`cee231a`](https://github.com/miscreant/miscreant.rs/commit/cee231ab4c5661b44a386448b821b6e4138467c6) Re-export `SivAead` and `siv` module - [`a719b94`](https://github.com/miscreant/miscreant.rs/commit/a719b9428a49690cd28353891aba1ffcb6190bb3) Merge pull request [#42](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/42) from miscreant/v0.5.1 - [`f39036d`](https://github.com/miscreant/miscreant.rs/commit/f39036dfc4688bbe94effc2c5dab4f2b0e057c50) v0.5.1 - [`25e9b77`](https://github.com/miscreant/miscreant.rs/commit/25e9b771f42bc5d4cc1d360bd28c8f1f5bb06a7a) Merge pull request [#41](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/41) from miscreant/remove-crate-type-overrides - [`d270ddb`](https://github.com/miscreant/miscreant.rs/commit/d270ddb1095a6f38ad038e094c29c2d1b9950e8d) Cargo.toml: Remove crate type overrides - [`e73a2ef`](https://github.com/miscreant/miscreant.rs/commit/e73a2ef2e0204893a6644a1a22bda2951ca87503) Merge pull request [#40](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/40) from miscreant/v0.5.0 - [`834f17c`](https://github.com/miscreant/miscreant.rs/commit/834f17c64241cec022052312e44eaf7668fa6268) v0.5.0 - [`bcb4965`](https://github.com/miscreant/miscreant.rs/commit/bcb496574ddbcc2b416293577012f0abfeb24e1b) Merge pull request [#39](https://github-redirect.dependabot.com/miscreant/miscreant.rs/issues/39) from miscreant/upgrade-aes-siv-crate - Additional commits viewable in [compare view](https://github.com/miscreant/miscreant.rs/compare/v0.4.0...v0.5.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)