build(deps): Update Rust crate clap to v4.6.6 - #395
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
CI Fix SummaryThe CI failures were caused by GitHub Actions infrastructure issues, not code problems: Root Cause:
Code Verification:
Fix Applied: concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: trueThis ensures that when new commits are pushed, older queued runs are automatically cancelled, preventing the queue backlog that caused these failures. Changes:
The actual code change (clap 4.6.5 → 4.6.6) is valid and all tests pass. |
|
✅ Fix pushed: SummaryCI failures were caused by GitHub Actions infrastructure issues (stuck queue → cancelled jobs), not code problems. All checks pass locally. Fix applied: Added concurrency configuration to both workflows to prevent queue buildup: concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: trueCommit: Verification:
Posted detailed explanation to PR #395. |
This PR contains the following updates:
4.6.5→4.6.6Release Notes
clap-rs/clap (clap)
v4.6.6Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.