build(deps): combined dependabot bumps (Cargo + workflows)#1534
Merged
timsaucer merged 1 commit intoMay 13, 2026
Conversation
Combines the following dependabot PRs: Cargo: - tokio 1.50.0 -> 1.52.3 (apache#1530) - arrow-array 58.1.0 -> 58.3.0 (apache#1522, also picks up 58.3.0) - arrow-schema 58.1.0 -> 58.3.0 (apache#1523, also picks up 58.3.0) - datafusion 53.0.0 -> 53.1.0 (apache#1515) - datafusion-catalog 53.0.0 -> 53.1.0 (apache#1513) - datafusion-ffi 53.0.0 -> 53.1.0 (apache#1512) - datafusion-proto 53.0.0 -> 53.1.0 (apache#1511) - datafusion-common 53.0.0 -> 53.1.0 (apache#1510) - mimalloc 0.1.48 -> 0.1.50 (apache#1514) - uuid 1.23.0 -> 1.23.1 (apache#1508) - rustls-webpki 0.103.10 -> 0.103.13 (apache#1506) - rand 0.9.2 -> 0.9.4 (apache#1495) GitHub Actions: - github/codeql-action 4.32.5 -> 4.35.4 (apache#1531) - astral-sh/setup-uv 7.3.1 -> 8.1.0 (apache#1500) Each individual PR was passing CI before this combined bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Which issue does this PR close?
N/A — combined dependabot bumps.
Rationale for this change
Each of the listed dependabot PRs already had CI passing; bundling them into one PR cuts review/merge churn.
What changes are included in this PR?
Cargo updates (
Cargo.toml+Cargo.lock):GitHub Actions:
Local
cargo checkandcargo clippy --all-targets --workspace -- -D warningsboth pass.Are there any user-facing changes?
No. Dependency bumps only.