chore(deps): consolidate compatible dependency updates - #529
Open
Pal Lakatos-Toth (pallakatos) wants to merge 1 commit into
Open
chore(deps): consolidate compatible dependency updates#529Pal Lakatos-Toth (pallakatos) wants to merge 1 commit into
Pal Lakatos-Toth (pallakatos) wants to merge 1 commit into
Conversation
Update compatible Rust patches and verified GitHub Actions together. Keep base64 0.23 on its safe scalar backend by disabling the new default-on unsafe SIMD feature, and update the full CodeQL action family atomically. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: ee78c86b-0001-4d24-b829-7c75b59c9316
Pal Lakatos-Toth (pallakatos)
requested review from
Johnson Shi (johnsonshi) and
Lachlan Evenson (lachie83)
as code owners
August 31, 2026 12:23
This was referenced Aug 31, 2026
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
This was referenced Aug 31, 2026
Pal Lakatos-Toth (pallakatos)
enabled auto-merge (squash)
August 31, 2026 13:10
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Consolidates the compatible updates from #520–#528 (excluding the intentionally closed standalone
kubemajor #519) into one reviewed change:anyhow1.0.103 → 1.0.104tokio-stream0.1.18 → 0.1.19schemars1.2.1 → 1.2.2base640.22.1 → 0.23.1github/codeql-action4.35.3 → 4.37.8, updated atomically acrossinit,autobuild,analyze, and everyupload-sariftrufflesecurity/trufflehog3.95.6 → 3.97.1docker/setup-qemu-action3.2.0 → 4.2.0Security and compatibility
base640.23 enables an unsafe SIMD implementation by default. This change explicitly disables default features and enables onlystd; dependency feature inspection confirmssimd-unsafeis not active.initandanalyzePRs failed because they mixed action versions within one workflow.Validation
cargo fmt --all -- --checkcargo clippy --all-targets --all-features -- -D warningscargo test --all— 0 failurescargo deny check advisories bans licenses sources