Skip to content

deps(deps): bump base64 from 0.22.1 to 0.23.1 - #11062

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/base64-0.23.1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/base64-0.23.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2026 •

Copy link
Copy Markdown
Contributor

Bumps base64 from 0.22.1 to 0.23.1.

Changelog

Sourced from base64's changelog.

0.23.1

  • Make the tests build again on non-SIMD architectures

0.23.0

  • 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
Commits
  • 069bf70 v0.23.1
  • 6ab1fb0 Merge pull request #310 from musicinmybrain/test-on-non-simd-arches
  • 7cffce6 Fix testing on architectures without unsafe SIMD support
  • e34f9a0 Merge pull request #308 from atouchet/com
  • e9240c9 Remove outdated comment
  • 9e9220a v0.23.0
  • 870326e Merge pull request #306 from marshallpierce/mp/trailing-bits-docs
  • fbec5f1 Document no trailing trailing bits
  • 0a23549 Merge pull request #305 from marshallpierce/mp/edition-2021
  • f10b7e2 Update deps & edition
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 22, 2026
@coderabbitai

coderabbitai Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: e20a75a3-e108-4fe5-b7e4-6ee4a1d73229

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/base64-0.23.1 branch 2 times, most recently from 840161b to 7c8b79c Compare September 23, 2026 01:11
@dependabot
dependabot Bot force-pushed the dependabot/cargo/base64-0.23.1 branch from 7c8b79c to 6c7ae62 Compare September 23, 2026 03:55
@proggeramlug

Copy link
Copy Markdown
Contributor

Holding this out of the merge trains for one reason, and it is worth stating precisely because three other PRs share it.

benchmarks/public_baseline.py fingerprints the root Cargo.toml as a SOURCE_PATHS input, and _fingerprint_bytes hashes the whole file after normalizing only the workspace version. So a dependency line change invalidates the published benchmark artifact and hard-fails the required step:

lint :: Public benchmark evidence freshness
public artifact benchmark inputs changed; regenerate it with ./benchmarks/run_public_baseline.sh

This is not the three-week-old known-red that most open PRs were carrying — that one is fixed; main is green on this step since 2f854511e9, and train 258's CI was 22/22.

I checked which of the five open cargo bumps actually trip it, by diffing each one's root Cargo.toml against main excluding the version line:

Regenerating the artifact is ./benchmarks/run_public_baseline.sh — roughly two hours, pinned to Node v22.23.1 and Bun 1.3.14, and it additionally requires a quiet host (CPU ≤ 25% for 60 consecutive seconds). The pin and the measurement are atomic by design.

So the plan for this PR: batch it with #11063 and #11083 (turnloop → alpha.8, same blocker) and pay for one regeneration covering all three, rather than three. I'll pick that up as a dedicated PR. Nothing is wrong with the bump itself.

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/base64-0.23.1 branch from c294dc4 to a19f6b6 Compare September 23, 2026 18:07
@proggeramlug

Copy link
Copy Markdown
Contributor

Landed on main in merge train 270 (#11132, v0.5.1653). The train rebase gives commits new SHAs, so GitHub cannot close this automatically.

@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/base64-0.23.1 branch September 23, 2026 18:16
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