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

fix(deps): update rust crate base64 to 0.22.0 #377

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

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: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot added the dependencies label Mar 2, 2024
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.7"`
candidate versions found which didn't match: 0.22.1
location searched: crates.io index
required by package `docker_credential v1.3.1`
    ... which satisfies dependency `docker_credential = "^1.3.1"` (locked to 1.3.1) of package `kubit v0.0.15 (/tmp/renovate/repos/github/kubecfg/kubit)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/base64-0.x branch 3 times, most recently from 18aba11 to 36dfa3b Compare March 11, 2024 00:24
@renovate renovate bot force-pushed the renovate/base64-0.x branch 5 times, most recently from 56c3e98 to 5ef2cc6 Compare March 18, 2024 01:36
@renovate renovate bot force-pushed the renovate/base64-0.x branch 5 times, most recently from ce5811e to f5eb5d8 Compare March 25, 2024 02:28
@renovate renovate bot force-pushed the renovate/base64-0.x branch 2 times, most recently from 6949c1d to 9219dc1 Compare April 5, 2024 23:40
@renovate renovate bot force-pushed the renovate/base64-0.x branch 3 times, most recently from 1555816 to 7dabea2 Compare April 10, 2024 03:34
@renovate renovate bot force-pushed the renovate/base64-0.x branch 6 times, most recently from 2456057 to ec27a0a Compare April 22, 2024 01:53
@renovate renovate bot force-pushed the renovate/base64-0.x branch 3 times, most recently from 7e4808f to d57eefa Compare April 24, 2024 04:49
@renovate renovate bot force-pushed the renovate/base64-0.x branch 9 times, most recently from 35a22f1 to c457826 Compare October 25, 2024 13:19
@renovate renovate bot force-pushed the renovate/base64-0.x branch 5 times, most recently from 56f0b80 to 63c5c06 Compare November 3, 2024 17:02
@renovate renovate bot force-pushed the renovate/base64-0.x branch 6 times, most recently from 77b7f60 to d284d73 Compare November 11, 2024 00:08
@renovate renovate bot force-pushed the renovate/base64-0.x branch 5 times, most recently from 09fb1b8 to 1fd0781 Compare November 18, 2024 00:17
@renovate renovate bot force-pushed the renovate/base64-0.x branch 2 times, most recently from f1a00e7 to 785f662 Compare November 27, 2024 18:55
@renovate renovate bot force-pushed the renovate/base64-0.x branch from 785f662 to 2e0cccb Compare December 2, 2024 02:17
@renovate renovate bot force-pushed the renovate/base64-0.x branch from 2e0cccb to 34dc572 Compare December 3, 2024 07:52
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.

0 participants