Skip to content

fix(deps): update rust crate base64 to 0.23 - #301

Open
MFSGA wants to merge 7 commits into
masterfrom
renovate/base64-0.x
Open

fix(deps): update rust crate base64 to 0.23#301
MFSGA wants to merge 7 commits into
masterfrom
renovate/base64-0.x

Conversation

@MFSGA

@MFSGA MFSGA commented Jul 24, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
base64 dependencies minor 0.220.23

Release Notes

marshallpierce/rust-base64 (base64)

v0.23.0

Compare Source

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best
    instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar
    GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime
    detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@MFSGA
MFSGA force-pushed the renovate/base64-0.x branch from 880b2c9 to eab2729 Compare July 25, 2026 06:07
@MFSGA
MFSGA force-pushed the renovate/base64-0.x branch from eab2729 to e13a23a Compare July 26, 2026 06:27
@MFSGA
MFSGA force-pushed the renovate/base64-0.x branch from e13a23a to 80f3292 Compare July 27, 2026 06:56
@MFSGA
MFSGA force-pushed the renovate/base64-0.x branch from 80f3292 to d6b9fe5 Compare July 28, 2026 06:15
@MFSGA
MFSGA force-pushed the renovate/base64-0.x branch from d6b9fe5 to 5b21474 Compare July 29, 2026 06:21
@MFSGA
MFSGA force-pushed the renovate/base64-0.x branch from 5b21474 to 4dc6f90 Compare July 30, 2026 06:12
@MFSGA

MFSGA commented Aug 1, 2026

Copy link
Copy Markdown
Owner Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

2 participants