Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Update aead requirement from 0.3 to 0.4 #82

Merged
merged 6 commits into from
May 4, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2021

Updates the requirements on aead to permit the latest version.

Commits

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)

Updates the requirements on [aead](https://github.com/RustCrypto/traits) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](RustCrypto/traits@aead-v0.3.0...aead-v0.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2021
@denismerigoux
Copy link
Contributor

I made a few fixes but it looks like https://docs.rs/chacha20poly1305 is still using the old version of aead and it's breaking rc-tests/tests/aead.rs. The command to trigger the build failure is cargo test -p rc-tests.

@franziskuskiefer
Copy link
Member

I made a few fixes but it looks like https://docs.rs/chacha20poly1305 is still using the old version of aead and it's breaking rc-tests/tests/aead.rs. The command to trigger the build failure is cargo test -p rc-tests.

yeah that's not released yet. We could take the pre-release version from github if we want. Or we wait.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 4, 2021

A newer version of aead exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@tarcieri
Copy link
Contributor

tarcieri commented May 4, 2021

FYI, chacha20poly1305 v0.8 final is out (which I guess Dependabot is alerting you of, but a bit confused)

@denismerigoux denismerigoux merged commit 756b4d9 into master May 4, 2021
@denismerigoux denismerigoux deleted the dependabot/cargo/aead-0.4 branch May 4, 2021 16:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants