Uh oh!
There was an error while loading. Please reload this page.
Upgrade all crates to the 2024 edition and bump MSRV to 1.85 - #662
Merged
Conversation
baloo
marked this pull request as draft
March 7, 2025 03:06
balooforce-pushed
the
baloo/edition-2024
branch
8 times, most recently
from
March 7, 2025 05:10
2e9c185 to
a1f5132Comparebalooforce-pushed
the
baloo/edition-2024
branch
3 times, most recently
from
March 10, 2025 15:40
cb1e756 to
6c2488eComparebaloo
marked this pull request as ready for review
March 10, 2025 15:40
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tarcieri
approved these changes
Mar 11, 2025
tarcieri added a commit
that referenced
this pull request
Jun 28, 2026
## Added - `bytes` feature passthrough (#631) - Support for 32-bit and 64-bit tags under `hazmat` feature (#777) ## Changed - Bump `aead` from `0.5` to `0.6` (#583) - Bump `aes` from `0.8` to `0.9` (#583) - Bump `cipher` from `0.4` to `0.5` (#583) - Bump `ctr` from `0.9` to `0.10` (#583) - Bump `ghash` from `0.5` to `0.6` (#583) - Edition changed to 2024 and MSRV bumped to 1.85 (#662) - Relax MSRV policy and allow MSRV bumps in patch releases - `getrandom` feature renamed as `os_rng` (#662) ## Fixed - `P_MAX` and `A_MAX` constants; plaintext and AAD length checks (#762) ## Removed - `std` & `stream` features (#662) - `C_MAX` constant (#762)
tarcieri added a commit
that referenced
this pull request
Jun 28, 2026
## Added - `bytes` feature passthrough (#631) ## Changed - Bump `aead` from `0.5` to `0.6` (#831) - Bump `chacha20` from `0.9` to `0.10` (#796) - Bump `cipher` from `0.4` to `0.5` (#583) - Bump `poly1305` from `0.8` to `0.9` (#823) - Edition changed to 2024 and MSRV bumped to 1.85 (#662) - Relax MSRV policy and allow MSRV bumps in patch releases ## Removed - `std` and `stream` features (#662)
Merged
tarcieri added a commit
that referenced
this pull request
Aug 4, 2026
## Added - `rand_core` feature (#467) - `arrayvec` feature (#503) - Re-export `aes` crate (#603) - `bytes` feature passthrough (#631) - `zeroize` feature - previously on-by-default (#644) ## Changed - `zeroize` feature now must be explicitly enabled (#644) - Upgrade to 2024 edition and bump MSRV to 1.85 (#662) - Migrate to `AeadInOut` (#665) - Bump `cipher` to v0.5 (#793) - Bump `aes` to v0.9 (#821) - Bump `polyval` to v0.7 (#821) - Bump `aead` to v0.6 (#831)
Merged
tarcieri added a commit
that referenced
this pull request
Aug 11, 2026
## Added - `rand_core` feature (#467) - `arrayvec` feature (#503) - `bytes` feature (#631) ## Changed - Edition changed to 2024 and MSRV bumped to 1.85 (#662) - Relax MSRV policy and allow MSRV bumps in patch releases - Migrate to `AeadInOut` (#665) - Bump `cipher` to v0.5 (#793) - Bump `aes` to v0.9 (#821) - Bump `ctr` to v0.10 (#821) - Bump `aead` to v0.6 (#831) ## Removed - `std` and `stream` features (#662)
Merged
tarcieri added a commit
that referenced
this pull request
Aug 11, 2026
## Added - `rand_core` feature (#467) - `arrayvec` feature (#503) - `bytes` feature (#631) ## Changed - Edition changed to 2024 and MSRV bumped to 1.85 (#662) - Relax MSRV policy and allow MSRV bumps in patch releases - Bump `cipher` to v0.5 (#793) - Bump `aes` to v0.9 (#821) - Bump `cmac` to v0.8 (#821) - Bump `ctr` to v0.10 (#821) - Bump `pmac` to v0.8 (#821) - Bump `aead` to v0.6 (#831) ## Removed - `std` and `stream` features (#662)
Merged
tarcieri added a commit
that referenced
this pull request
Aug 12, 2026
## Added - `rand_core` feature (#467) - `arrayvec` feature (#503) - `bytes` feature (#631) - `zeroize` feature (#644) ## Changed - Make `zeroize` optional (#644) - Edition changed to 2024 and MSRV bumped to 1.85 (#662) - Relax MSRV policy and allow MSRV bumps in patch releases - Migrate to `AeadInOut` (#665) - Bump `aes` v0.9 (#821) - Bump `aead` to v0.6 (#831) ## Removed - `std` and `stream` features (#662)
Merged
tarcieri added a commit
that referenced
this pull request
Aug 12, 2026
## Added - `rand_core` feature (#467) - `arrayvec` feature (#503) - `bytes` feature (#631) ## Changed - Edition changed to 2024 and MSRV bumped to 1.85 (#662) - Relax MSRV policy and allow MSRV bumps in patch releases - Migrate to `AeadInOut` (#665) - Bump `cipher` to v0.5 (#793) - Bump `aes` to v0.9 (#821) - Bump `cmac` to v0.8 (#821) - Bump `ctr` to v0.10 (#821) - Bump `aead` to v0.6 (#831) ## Removed - `std` and `stream` features (#662)
Merged
tarcieri added a commit
that referenced
this pull request
Aug 24, 2026
## Added - `bytes` feature (#631) ## Changed - Use `dbl` crate (#606) - Edition changed to 2024 and MSRV bumped to 1.85 (#662) - Relax MSRV policy and allow MSRV bumps in patch releases - Migrate to `AeadInOut` (#665) - `L_TABLE_SIZE` is now a const generic parameter on `Ocb3` (#763) - Bump `cipher` to v0.5 (#793) - Bump `aes` to v0.9 (#793) - Bump `ctr` to v0.10 (#793) - Bump `aead` to v0.6 (#831) - Replace `subtle` with `ctutils` (#879) ## Fixed - Return error on large plaintexts or associated data instead of panicking (#763) ## Removed - `std` and `stream` features (#662)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends: