Skip to content

chore(deps): update rust crate base64 to 0.22#23

Closed
leafdbot[bot] wants to merge 1 commit intomainfrom
renovate/base64-0.x
Closed

chore(deps): update rust crate base64 to 0.22#23
leafdbot[bot] wants to merge 1 commit intomainfrom
renovate/base64-0.x

Conversation

@leafdbot
Copy link
Copy Markdown
Contributor

@leafdbot leafdbot bot commented Oct 5, 2025

This PR contains the following updates:

Package Type Update Change
base64 dependencies minor 0.21 -> 0.22

Release Notes

marshallpierce/rust-base64 (base64)

v0.22.1

Compare Source

  • Correct the symbols used for the predefined alphabet::BIN_HEX.

v0.22.0

Compare Source

  • DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning that Engine::decode_slice can now be used with exactly-sized output slices. As part of this, Engine::internal_decode now returns DecodeSliceError instead of DecodeError, but that is not expected to affect any external callers.
  • DecodeError::InvalidLength now refers specifically to the number of valid symbols being invalid (i.e. len % 4 == 1), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either InvalidLength or InvalidByte being appropriate.
  • Decoding is somewhat faster (5-10%)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.

@leafdbot leafdbot bot requested a review from LeafdTK as a code owner October 5, 2025 06:12
@leafdbot
Copy link
Copy Markdown
Contributor Author

leafdbot bot commented Oct 5, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --package base64@0.21.7 --precise 0.22.1
    Updating crates.io index
error: failed to select a version for the requirement `base64 = "^0.21.0"`
candidate versions found which didn't match: 0.22.1
location searched: crates.io index
required by package `swift-rs v1.0.7`
    ... which satisfies dependency `swift-rs = "^1"` (locked to 1.0.7) of package `tauri v2.8.5`
    ... which satisfies dependency `tauri = "^2"` (locked to 2.8.5) of package `desktop v0.1.0 (/tmp/renovate/repos/github/hackclub/hackatime-desktop/src-tauri)`

@leafdbot leafdbot bot force-pushed the renovate/base64-0.x branch from 06a795c to 509e150 Compare October 5, 2025 06:12
@leafdbot
Copy link
Copy Markdown
Contributor Author

leafdbot bot commented Oct 5, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY grype yes no no 34.03s
❌ REPOSITORY secretlint yes 1 no 5.55s
✅ REPOSITORY syft yes no no 2.58s
❌ REPOSITORY trivy yes 1 no 7.76s
✅ REPOSITORY trivy-sbom yes no no 5.13s
✅ REPOSITORY trufflehog yes no no 22.34s
✅ RUST clippy yes no no 115.93s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
@leafdbot leafdbot bot force-pushed the renovate/base64-0.x branch from 4deefe3 to 3327ecd Compare October 5, 2025 06:24
@LeafdTK LeafdTK closed this Oct 5, 2025
@leafdbot leafdbot bot deleted the renovate/base64-0.x branch October 5, 2025 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant