-
Notifications
You must be signed in to change notification settings - Fork 3.5k
chore(deps): bump base64 from 0.22.1 to 0.23.1 #5875
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,7 @@ codewhale-workflow = { path = "../workflow", version = "0.9.12" } | |
| codewhale-workflow-js = { path = "../workflow-js", version = "0.9.12" } | ||
| async-stream = "0.3.6" | ||
| async-trait.workspace = true | ||
| base64 = "0.22.1" | ||
| base64 = "0.23.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [WARNING] Potential breaking change in DecodeError::InvalidLastSymbol base64 0.23.0 changed DecodeError::InvalidLastSymbol to include the decoded value. Any exhaustive pattern match on DecodeError variants in the tui crate will need updating. The PR contains only manifest changes, so this was not verified by source edits; run cargo test -p codewhale-tui after merging/rebase. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [INFO] Default simd-unsafe feature now enabled base64 0.23.0 adds SIMD-accelerated engines behind a default-on |
||
| axum.workspace = true | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [WARNING] base64 0.23 raises MSRV to 1.71.0 The 0.23.0 release explicitly updates the minimum supported Rust version to 1.71.0. If this workspace supports older toolchains or has an MSRV policy below 1.71, this bump will break builds for those users/CI jobs. Confirm the workspace MSRV before merging. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [INFO] New default base64 0.23 introduces SIMD-accelerated engines behind the default-on |
||
| clap.workspace = true | ||
| clap_complete.workspace = true | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[WARNING] MSRV raised to 1.71.0
base64 0.23.0 raises the minimum supported Rust version to 1.71.0. If this repository targets an earlier Rust version, CI or downstream builds will fail. Verify the workspace MSRV policy before merging.