chore: upgrade all dependencies to latest versions#158
Merged
sachiniyer merged 4 commits intomainfrom Mar 7, 2026
Merged
Conversation
The CLI is no longer in alpha, so remove the warning banner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update aws-lc-rs 1.15.4 -> 1.16.1 and aws-lc-sys 0.37.1 -> 0.38.0 to resolve 3 high-severity dependabot alerts (PKCS7_verify signature validation bypass, AES-CCM timing side-channel, PKCS7_verify chain validation bypass). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Major version bumps: - progenitor 0.12 -> 0.13 - toml 0.9 -> 1.0 - dialoguer 0.11 -> 0.12 - termimad 0.30 -> 0.34 - rand 0.9 -> 0.10 (small_rng feature removed, now always included) - axoupdater 0.9 -> 0.10 Also adds explicit tokio "signal" feature (previously transitively enabled by reqwest 0.12 which was removed in the axoupdater upgrade). 48 additional semver-compatible patch/minor updates applied via cargo update. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
dialoguer 0.12 changed `.items()` to accept owned values, making `&items` a needless borrow that triggers clippy with `-D warnings`. Co-Authored-By: Claude Opus 4.6 <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.
Summary
progenitor0.12 → 0.13toml0.9 → 1.0dialoguer0.11 → 0.12termimad0.30 → 0.34rand0.9 → 0.10 (removedsmall_rngfeature flag, now always included)axoupdater0.9 → 0.10cargo updatesignalfeature (previously transitively enabled byreqwest0.12)aws-lc-syssecurity fix from chore: update aws-lc-sys to fix dependabot alerts #157Test plan
cargo checkpassescargo test— all 139 tests passcargo build --releasesucceeds--version,--help,auth status,repos list,bugs list,version🤖 Generated with Claude Code