fix(deps): update rust crate base64 to 0.23 - #301
Open
MFSGA wants to merge 7 commits into
Open
Conversation
MFSGA
force-pushed
the
renovate/base64-0.x
branch
from
July 25, 2026 06:07
880b2c9 to
eab2729
Compare
MFSGA
force-pushed
the
renovate/base64-0.x
branch
from
July 26, 2026 06:27
eab2729 to
e13a23a
Compare
MFSGA
force-pushed
the
renovate/base64-0.x
branch
from
July 27, 2026 06:56
e13a23a to
80f3292
Compare
MFSGA
force-pushed
the
renovate/base64-0.x
branch
from
July 28, 2026 06:15
80f3292 to
d6b9fe5
Compare
MFSGA
force-pushed
the
renovate/base64-0.x
branch
from
July 29, 2026 06:21
d6b9fe5 to
5b21474
Compare
MFSGA
force-pushed
the
renovate/base64-0.x
branch
from
July 30, 2026 06:12
5b21474 to
4dc6f90
Compare
MFSGA
force-pushed
the
renovate/base64-0.x
branch
from
July 31, 2026 06:37
4dc6f90 to
b20da6d
Compare
Owner
Author
Edited/Blocked NotificationRenovate 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. |
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 free
to 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.
This PR contains the following updates:
0.22→0.23Release Notes
marshallpierce/rust-base64 (base64)
v0.23.0Compare Source
simd-unsafefeature:Simdpicks the bestinstruction set at runtime (AVX2 on
x86_64, NEON onaarch64) and falls back to the scalarGeneralPurposeengine, whileAvx2andNeontarget one instruction set with no runtimedetection and work in
no_std. The engines support the standard and URL-safe alphabets.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.