Skip to content

Update Rust crate base64 to 0.22#2

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/base64-0.x
Open

Update Rust crate base64 to 0.22#2
renovate[bot] wants to merge 1 commit intomainfrom
renovate/base64-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 25, 2025

This PR contains the following updates:

Package Type Update Change
base64 dependencies minor 0.210.22

Release Notes

marshallpierce/rust-base64 (base64)

v0.22.1

Compare Source

  • Correct the symbols used for the predefined alphabet::BIN_HEX.

v0.22.0

Compare Source

  • DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning that Engine::decode_slice can now be used with exactly-sized output slices. As part of this, Engine::internal_decode now returns DecodeSliceError instead of DecodeError, but that is not expected to affect any external callers.
  • DecodeError::InvalidLength now refers specifically to the number of valid symbols being invalid (i.e. len % 4 == 1), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either InvalidLength or InvalidByte being appropriate.
  • Decoding is somewhat faster (5-10%)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/base64-0.x branch from 341fe1d to 8d68e8a Compare April 1, 2025 16:14
@renovate renovate bot force-pushed the renovate/base64-0.x branch from 8d68e8a to 6be4357 Compare April 12, 2025 07:43
@renovate renovate bot force-pushed the renovate/base64-0.x branch from 6be4357 to 6b88a8e Compare March 14, 2026 05:27
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.

0 participants