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 #491

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2024

Mend Renovate

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 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 artifacts 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 crates/util/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"`
candidate versions found which didn't match: 0.22.1
location searched: crates.io index
required by package `ureq v2.9.5`
    ... which satisfies dependency `ureq = "^2.9"` (locked to 2.9.5) of package `mizer-open-fixture-library-provider v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/components/fixtures/open-fixture-library)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/runtime/layouts/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"`
candidate versions found which didn't match: 0.22.1
location searched: crates.io index
required by package `ureq v2.9.5`
    ... which satisfies dependency `ureq = "^2.9"` (locked to 2.9.5) of package `mizer-open-fixture-library-provider v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/components/fixtures/open-fixture-library)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/components/fixtures/open-fixture-library/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"`
candidate versions found which didn't match: 0.22.1
location searched: crates.io index
required by package `ureq v2.9.5`
    ... which satisfies dependency `ureq = "^2.9"` (locked to 2.9.5) of package `mizer-open-fixture-library-provider v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/components/fixtures/open-fixture-library)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/components/fixtures/mizer-definitions/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"`
candidate versions found which didn't match: 0.22.1
location searched: crates.io index
required by package `ureq v2.9.5`
    ... which satisfies dependency `ureq = "^2.9"` (locked to 2.9.5) of package `mizer-open-fixture-library-provider v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/components/fixtures/open-fixture-library)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/base64-0.x branch 6 times, most recently from 1415a4e to 12844ce Compare March 7, 2024 19:24
@renovate renovate bot force-pushed the renovate/base64-0.x branch 5 times, most recently from aa32d71 to 96de00e Compare March 16, 2024 19:18
@renovate renovate bot force-pushed the renovate/base64-0.x branch 12 times, most recently from 0675b26 to fecb116 Compare March 29, 2024 23:05
@renovate renovate bot force-pushed the renovate/base64-0.x branch 4 times, most recently from 2866f2d to 2ae6182 Compare April 7, 2024 15:46
@renovate renovate bot force-pushed the renovate/base64-0.x branch 2 times, most recently from f80c9b5 to e68abf9 Compare April 13, 2024 07:49
@renovate renovate bot force-pushed the renovate/base64-0.x branch 6 times, most recently from 8d29c5b to 1fc41d1 Compare July 17, 2024 21:51
@renovate renovate bot force-pushed the renovate/base64-0.x branch 6 times, most recently from 32ee987 to cbf5029 Compare July 22, 2024 17:16
@renovate renovate bot force-pushed the renovate/base64-0.x branch 2 times, most recently from 1a7dd11 to c50bf17 Compare July 26, 2024 13:12
@renovate renovate bot force-pushed the renovate/base64-0.x branch 10 times, most recently from 3e3878a to 700fdea Compare August 5, 2024 09:21
@maxjoehnk maxjoehnk merged commit 5029951 into main Aug 5, 2024
13 of 15 checks passed
@maxjoehnk maxjoehnk deleted the renovate/base64-0.x branch August 5, 2024 13:28
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.

1 participant