Skip to content

chore(deps): update rust crate clap to v4.6.6 - #431

Merged
mwendigg merged 3 commits into
mainfrom
renovate/clap-4.x-lockfile
Aug 10, 2026
Merged

chore(deps): update rust crate clap to v4.6.6#431
mwendigg merged 3 commits into
mainfrom
renovate/clap-4.x-lockfile

Conversation

@dreadnode-renovate-bot

@dreadnode-renovate-bot dreadnode-renovate-bot Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.6.24.6.6

Release Notes

clap-rs/clap (clap)

v4.6.6

Compare Source

Features
  • Add Command::get_overridden_usage

v4.6.5

Compare Source

Fixes
  • (help) Correctly mark which value_names are optional with num_args

v4.6.4

Compare Source

Internal
  • Update to syn v3

v4.6.3

Compare Source

Fixes
  • (derive) Allow "literal".function() as attribute values

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.33%. Comparing base (c52f757) to head (827bb24).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #431   +/-   ##
=======================================
  Coverage   81.33%   81.33%           
=======================================
  Files         476      476           
  Lines      170395   170395           
=======================================
+ Hits       138588   138589    +1     
+ Misses      31807    31806    -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| crate      | clap    | 4.6.4 | 4.6.6 |
@dreadnode-renovate-bot
dreadnode-renovate-bot Bot force-pushed the renovate/clap-4.x-lockfile branch from ca45cb9 to 97cc914 Compare August 9, 2026 00:13
@dreadnode-renovate-bot dreadnode-renovate-bot Bot changed the title chore(deps): update rust crate clap to v4.6.5 chore(deps): update rust crate clap to v4.6.6 Aug 9, 2026
@dreadnode-renovate-bot

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package clap@4.6.2 --precise 4.6.6
    Updating crates.io index
error: failed to select a version for `syn`.
    ... required by package `clap_derive v4.6.4`
    ... which satisfies dependency `clap_derive = "=4.6.4"` of package `clap v4.6.6`
    ... which satisfies dependency `clap = "^4.5.23"` of package `ares-cli v0.2.0 (/tmp/renovate/repos/github/dreadnode/ares/ares-cli)`
versions that meet the requirements `^3.0.2` are: 3.0.3, 3.0.2

all possible versions conflict with previously selected packages

  previously selected package `syn v3.0.0`
    ... which satisfies dependency `syn = "^3"` (locked to 3.0.0) of package `async-trait v0.1.92`
    ... which satisfies dependency `async-trait = "^0.1"` (locked to 0.1.92) of package `ares-cli v0.2.0 (/tmp/renovate/repos/github/dreadnode/ares/ares-cli)`

failed to select a version for `syn` which could resolve this conflict

l50 added 2 commits August 10, 2026 09:45
clap 4.6.6 pins clap_derive =4.6.4, which requires syn ^3.0.2 while the lock
held syn 3.0.0, so `cargo update -p clap --precise 4.6.6` could not resolve and
renovate aborted the rebase with an empty commit.

Regenerated Cargo.lock from current main with syn 3.0.0 -> 3.0.3 alongside
clap 4.6.2 -> 4.6.6. Verified with cargo check --workspace --all-targets --locked.
@mwendigg
mwendigg merged commit 02b5943 into main Aug 10, 2026
11 of 12 checks passed
@mwendigg
mwendigg deleted the renovate/clap-4.x-lockfile branch August 10, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants