-
Notifications
You must be signed in to change notification settings - Fork 2
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/base64-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: Cargo.lock
|
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
7 times, most recently
from
March 12, 2024 09:37
aa8c61b
to
ae5a314
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
3 times, most recently
from
March 19, 2024 06:45
6cb1389
to
a5e0be2
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
3 times, most recently
from
March 28, 2024 22:20
61838f2
to
7907889
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
6 times, most recently
from
April 11, 2024 07:54
9674919
to
47303b3
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
3 times, most recently
from
April 21, 2024 14:25
1d4a6c1
to
c271656
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
4 times, most recently
from
May 1, 2024 01:17
60e036d
to
4b3355c
Compare
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
bot
force-pushed
the
renovate/base64-0.x
branch
from
May 1, 2024 23:22
4b3355c
to
e9529bb
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
5 times, most recently
from
November 12, 2024 01:40
6051188
to
7216306
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
2 times, most recently
from
November 14, 2024 01:31
5da3df0
to
a7526ea
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
2 times, most recently
from
November 28, 2024 10:42
4588101
to
226a2bb
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
5 times, most recently
from
December 6, 2024 00:12
dafcc7c
to
8e61def
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
3 times, most recently
from
December 17, 2024 23:00
2338698
to
14d60b2
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
2 times, most recently
from
December 28, 2024 01:16
efd2e37
to
7187ba9
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
from
December 30, 2024 07:47
7187ba9
to
9c987d7
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
7 times, most recently
from
January 14, 2025 20:50
98b3f48
to
1eaf672
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
from
January 21, 2025 13:43
1eaf672
to
ba122b5
Compare
renovate
bot
force-pushed
the
renovate/base64-0.x
branch
from
January 21, 2025 18:31
ba122b5
to
f529c53
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.21.7
->0.22.0
Release Notes
marshallpierce/rust-base64 (base64)
v0.22.1
Compare Source
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 thatEngine::decode_slice
can now be used with exactly-sized output slices. As part of this,Engine::internal_decode
now returnsDecodeSliceError
instead ofDecodeError
, 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 eitherInvalidLength
orInvalidByte
being appropriate.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.
This PR was generated by Mend Renovate. View the repository job log.