-
-
Notifications
You must be signed in to change notification settings - Fork 333
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 base64 requirement from 0.13.0 to 0.20.0 #1103
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1103 +/- ##
==========================================
+ Coverage 72.48% 72.50% +0.02%
==========================================
Files 65 65
Lines 4848 4848
==========================================
+ Hits 3514 3515 +1
+ Misses 1334 1333 -1
|
5f4d364
to
3382331
Compare
hm, it is possible that the new stricter padding functionality via marshallpierce/rust-base64#198 can cause some problems if certain parts of Kubernetes that generates our Kubeconfigs are lax with base64 padding standards. It does look like a good change either way though. Probably merging this next week (or before a release) if nothing ominous pops up in the library. |
3382331
to
6754aaa
Compare
Ah, we are blocked on a new k8s-openapi release bumping this for cargo-deny. Keeping this open, but will re-check this after a k8s-openapi release. @dependabot ignore this minor version |
OK, I won't notify you about version 0.20.x again, unless you re-open this PR. 😢 |
|
6754aaa
to
0bc5428
Compare
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.13.0...v0.20.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
0bc5428
to
b3a9f42
Compare
Replaced by #1116 |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on base64 to permit the latest version.
Changelog
Sourced from base64's changelog.
... (truncated)
Commits
9fcde48
v0.20.068919ae
Merge pull request #202 from marshallpierce/mp/edition-2021f58f441
Also updated fuzzersd86e8c8
Update to edition 2021766fbc9
Merge pull request #198 from marshallpierce/mp/invalid-padding250323c
More fuzzer fixesbcbc669
Minor cleanup604a3ca
fix fuzzers0996b81
Merge branch 'master' into mp/invalid-padding442a809
Merge pull request #197 from marshallpierce/mp/update-msrvDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)