Skip to content

chore(deps): update rust crate base64 to v0.23.0#196

Merged
ReenigneArcher merged 1 commit into
masterfrom
renovate/base64-0-x
Jul 24, 2026
Merged

chore(deps): update rust crate base64 to v0.23.0#196
ReenigneArcher merged 1 commit into
masterfrom
renovate/base64-0-x

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
base64 dependencies minor =0.22.1=0.23.0

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: (in timezone America/New_York)

  • Branch creation
    • "after 1am and before 8am"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Never, 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 added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 24, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.76%. Comparing base (bdd0a1b) to head (d918b1b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
+ Coverage   52.06%   52.76%   +0.69%     
==========================================
  Files          40       40              
  Lines       13191    13191              
==========================================
+ Hits         6868     6960      +92     
+ Misses       6323     6231      -92     
Flag Coverage Δ
aarch64-apple-darwin 51.79% <ø> (+0.76%) ⬆️
aarch64-unknown-linux-gnu 51.78% <ø> (+0.76%) ⬆️
aarch64-unknown-linux-musl 52.33% <ø> (+0.77%) ⬆️
x86_64-apple-darwin 51.79% <ø> (+0.76%) ⬆️
x86_64-pc-windows-msvc 52.73% <ø> (+0.69%) ⬆️
x86_64-unknown-linux-gnu 51.78% <ø> (+0.76%) ⬆️
x86_64-unknown-linux-musl 52.33% <ø> (+0.77%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 9 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bdd0a1b...d918b1b. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ReenigneArcher
ReenigneArcher merged commit 0972ab5 into master Jul 24, 2026
46 checks passed
@ReenigneArcher
ReenigneArcher deleted the renovate/base64-0-x branch July 24, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant