Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate base64 to 0.22.0 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2024

This PR contains the following updates:

Package Type Update Change
base64 dependencies minor 0.21.7 -> 0.22.0

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: 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Mar 2, 2024

⚠ 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --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 `sqlx-mysql v0.7.4`
    ... which satisfies dependency `sqlx-mysql = "=0.7.4"` (locked to 0.7.4) of package `sqlx v0.7.4`
    ... which satisfies dependency `sqlx = "^0.7.4"` (locked to 0.7.4) of package `rudric v0.1.6 (/tmp/renovate/repos/github/mike-lloyd03/rudric)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/base64-0.x branch 7 times, most recently from aa8c61b to ae5a314 Compare March 12, 2024 09:37
@renovate renovate bot force-pushed the renovate/base64-0.x branch 3 times, most recently from 6cb1389 to a5e0be2 Compare March 19, 2024 06:45
@renovate renovate bot force-pushed the renovate/base64-0.x branch 3 times, most recently from 61838f2 to 7907889 Compare March 28, 2024 22:20
@renovate renovate bot force-pushed the renovate/base64-0.x branch 6 times, most recently from 9674919 to 47303b3 Compare April 11, 2024 07:54
@renovate renovate bot force-pushed the renovate/base64-0.x branch 3 times, most recently from 1d4a6c1 to c271656 Compare April 21, 2024 14:25
@renovate renovate bot force-pushed the renovate/base64-0.x branch 4 times, most recently from 60e036d to 4b3355c Compare May 1, 2024 01:17
@renovate renovate bot changed the title Update Rust crate base64 to 0.22.0 Update Rust crate base64 to 0.22.1 May 1, 2024
@renovate renovate bot force-pushed the renovate/base64-0.x branch from 4b3355c to e9529bb Compare May 1, 2024 23:22
@renovate renovate bot force-pushed the renovate/base64-0.x branch 5 times, most recently from 6051188 to 7216306 Compare November 12, 2024 01:40
@renovate renovate bot force-pushed the renovate/base64-0.x branch 2 times, most recently from 5da3df0 to a7526ea Compare November 14, 2024 01:31
@renovate renovate bot force-pushed the renovate/base64-0.x branch 2 times, most recently from 4588101 to 226a2bb Compare November 28, 2024 10:42
@renovate renovate bot force-pushed the renovate/base64-0.x branch 5 times, most recently from dafcc7c to 8e61def Compare December 6, 2024 00:12
@renovate renovate bot force-pushed the renovate/base64-0.x branch 3 times, most recently from 2338698 to 14d60b2 Compare December 17, 2024 23:00
@renovate renovate bot force-pushed the renovate/base64-0.x branch 2 times, most recently from efd2e37 to 7187ba9 Compare December 28, 2024 01:16
@renovate renovate bot force-pushed the renovate/base64-0.x branch from 7187ba9 to 9c987d7 Compare December 30, 2024 07:47
@renovate renovate bot force-pushed the renovate/base64-0.x branch 7 times, most recently from 98b3f48 to 1eaf672 Compare January 14, 2025 20:50
@renovate renovate bot force-pushed the renovate/base64-0.x branch from 1eaf672 to ba122b5 Compare January 21, 2025 13:43
@renovate renovate bot force-pushed the renovate/base64-0.x branch from ba122b5 to f529c53 Compare January 21, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants