Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on miscreant to permit the latest version.

Changelog

Sourced from miscreant's changelog.

0.5.2 (2019-12-04)

  • Re-export SivAead and siv module (#43)

[0.5.1] (2019-12-04)

  • Remove crate type overrides (#41)

[0.5.0] (2019-12-04)

  • Use aes-siv crate (#36, #39)
  • Remove soft-aes feature (#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)

[0.4.1] (2019-01-12)

  • Cargo.toml: Fix docs.rs config, CI badge, and license string (#13, #14)

[0.4.0] (2019-01-12)

  • Add back (off-by-default) soft-aes feature (#10)
  • Convert benchmark suite to use criterion.rs (#7)
  • Refactor using ctr and stream-cipher crates (#6)
  • Update dependencies (closes #2) (#4)
  • Update to Rust 2018 edition (#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

#43: miscreant/miscreant.rs#43
[0.5.1]: miscreant/miscreant.rs#42
#41: miscreant/miscreant.rs#41
[0.5.0]: miscreant/miscreant.rs#40

... (truncated)
Commits
  • 53b3ae9 v0.5.2
  • 257bc9e Merge pull request #43 from miscreant/re-export-sivaead-struct-and-siv-module
  • cee231a Re-export SivAead and siv module
  • a719b94 Merge pull request #42 from miscreant/v0.5.1
  • f39036d v0.5.1
  • 25e9b77 Merge pull request #41 from miscreant/remove-crate-type-overrides
  • d270ddb Cargo.toml: Remove crate type overrides
  • e73a2ef Merge pull request #40 from miscreant/v0.5.0
  • 834f17c v0.5.0
  • bcb4965 Merge pull request #39 from miscreant/upgrade-aes-siv-crate
  • Additional commits viewable in compare view

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:

  • 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](https://github.com/miscreant/miscreant.rs) to permit the latest version.
- [Release notes](https://github.com/miscreant/miscreant.rs/releases)
- [Changelog](https://github.com/miscreant/miscreant.rs/blob/develop/CHANGES.md)
- [Commits](miscreant/miscreant.rs@v0.4.0...v0.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants