Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate aes to 0.8.0 #756

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Rust crate aes to 0.8.0 #756

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aes dependencies minor 0.7.4 -> 0.8.0

Release Notes

RustCrypto/block-ciphers (aes)

v0.8.4

Compare Source

v0.8.3

Compare Source

v0.8.2

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.5

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@iceiix
Copy link
Owner

iceiix commented Jan 1, 2023

Incompatible API change:

error[E0277]: the trait bound `Aes128: cfb8::cipher::BlockEncrypt` is not satisfied
    --> protocol/src/protocol/mod.rs:1057:20
     |
1057 |     cipher: Option<Aes128Cfb>,
     |                    ^^^^^^^^^ the trait `cfb8::cipher::BlockEncrypt` is not implemented for `Aes128`
     |
     = help: the trait `cfb8::cipher::BlockEncrypt` is implemented for `&Alg`
note: required by a bound in `Cfb8`
    --> .cargo/registry/src/github.com-1ecc6299db9ec823/cfb8-0.7.1/src/lib.rs:61:34
     |
61   | pub struct Cfb8<C: BlockCipher + BlockEncrypt> {
     |                                  ^^^^^^^^^^^^ required by this bound in `Cfb8`

@renovate renovate bot force-pushed the renovate/aes-0.x branch 2 times, most recently from 80c49b8 to da35793 Compare March 16, 2023 13:49
@renovate renovate bot changed the title Update Rust crate aes to 0.8.2 Update Rust crate aes to 0.8.3 Jun 18, 2023
@renovate renovate bot changed the title Update Rust crate aes to 0.8.3 Update Rust crate aes to 0.8.4 Feb 14, 2024
@renovate renovate bot changed the title Update Rust crate aes to 0.8.4 Update Rust crate aes to 0.8.0 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant