chore(deps): update rust crate clap to v4.6.0#747
Conversation
|
PR Review: chore(deps): update rust crate clap to v4.6.0 This is a routine Renovate dependency update. Summary: Updates clap from 4.5.60 to 4.6.0, along with clap_builder, clap_derive, and a transitive dep (anstyle 1.0.10 -> 1.0.13). Only Cargo.lock is modified. Code Quality: No application code changes. Lock file only — straightforward and correct. Potential Issues: The clap 4.6.0 release notes mention an MSRV bump to Rust 1.85. Worth verifying the project's CI toolchain meets this requirement. Check rust-toolchain.toml or CI config to confirm compatibility. Security: No concerns. Dependency hash checksums are updated correctly in Cargo.lock. Breaking Changes: Minor version bump with no documented breaking API changes beyond the MSRV update. clap_derive jumped from 4.5.55 to 4.6.0 but is an internal proc-macro crate and should remain compatible. Test Coverage: No new tests needed for a dependency version bump. Recommendation: Safe to merge, provided CI passes and the Rust toolchain meets the new MSRV of 1.85. |
This PR contains the following updates:
4.5.60→4.6.0Release Notes
clap-rs/clap (clap)
v4.6.0Compare Source
Compatibility
v4.5.61Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.