Skip to content

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

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

chore(deps): bump base64 from 0.22.1 to 0.23.1#2927
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 Aug 10, 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: rust. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Glass Cockpit

Base: origin/main
Head: HEAD

Change Surface:

  • Files: 2
  • Insertions: 1
  • Deletions: 1

Composition:

  • Code: 0.0%
  • Test: 0.0%
  • Docs: 0.0%
  • Config: 100.0%

Contracts:

  • API: No
  • CLI: No
  • Schema: No

Health: 100/100 (A)
Risk: low (0/100)

Review Plan

  • Cargo.lock (priority: 3)
  • crates/tokmd-core/Cargo.toml (priority: 3)

Receipts

Full receipt data available in JSON format.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UB Review

  • Shared context: 1d68e613ca583d54df1e04bfff020cf837ff145c35fc8fe17da9b8ab63a01453
  • Profile: gh-runner
  • Changed files: 2
  • Inline comments: 0

Decision

  • No review findings were produced in this degraded pass; unavailable evidence is listed below.

Review result

  • No validated code findings or verification questions survived this run.

Residual risk

  • A human should still inspect unsafe/native seams, test-oracle strength, and any unavailable evidence before relying on this review.

Missing evidence

  • Review confidence is reduced: 0 sensor evidence item(s) and 11 model evidence item(s) were unavailable. Full setup diagnostics are in the review artifacts.
  • Model lane ub-memory-lifetime unavailable: missing_key - UB_REVIEW_MINIMAX_API_KEY not provided; minimax lane output unavailable
  • Model lane ub-active-view unavailable: missing_key - UB_REVIEW_MINIMAX_API_KEY not provided; minimax lane output unavailable
  • Model lane ub-worker-handoff unavailable: missing_key - UB_REVIEW_MINIMAX_API_KEY not provided; minimax lane output unavailable
  • Model lane tests-red-green unavailable: missing_key - UB_REVIEW_MINIMAX_API_KEY not provided; minimax lane output unavailable
  • 7 additional model evidence item(s) omitted from the PR body.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants