-
Notifications
You must be signed in to change notification settings - Fork 21
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 #960
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: Cargo.lock
File name: Cargo.lock
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #960 +/- ##
==========================================
+ Coverage 60.12% 69.13% +9.01%
==========================================
Files 88 125 +37
Lines 12356 16687 +4331
Branches 2010 2798 +788
==========================================
+ Hits 7429 11537 +4108
- Misses 3238 5150 +1912
+ Partials 1689 0 -1689
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
79fbc8b
to
da41ba8
Compare
f1d10da
to
ac452eb
Compare
ac452eb
to
3728199
Compare
3728199
to
0969abb
Compare
596aa79
to
e0a061f
Compare
e0a061f
to
0eacbc4
Compare
0eacbc4
to
42f50ed
Compare
42f50ed
to
359d471
Compare
|
44cc128
to
4754210
Compare
85f8815
to
998bf0b
Compare
998bf0b
to
8dbec9a
Compare
8dbec9a
to
05aed74
Compare
7f0b203
to
78431da
Compare
61333a6
to
2d20373
Compare
46ebe59
to
48300f3
Compare
48300f3
to
3777412
Compare
add4c5c
to
bea690d
Compare
8552934
to
82667bf
Compare
82667bf
to
1d4005d
Compare
This PR contains the following updates:
0.21.5
->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.