fix(deps): update rust crate clap to v4 #28

Open
renovate wants to merge 4 commits from renovate/clap-4.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
clap dependencies major 2.34.0 -> 4.5.4

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://github.com/clap-rs/clap) | dependencies | major | `2.34.0` -> `4.5.4` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added 1 commit 2024-03-10 13:31:30 +00:00
fix(deps): update rust crate clap to v4
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ba3656a223
Author
Collaborator

⚠ 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 --workspace
    Updating crates.io index
error: failed to select a version for `clap`.
    ... required by package `paperoni v0.6.1-alpha1 (/tmp/renovate/repos/gitea/kemitix/paperoni)`
versions that meet the requirements `^4.5.4` are: 4.5.4

the package `paperoni` depends on `clap`, with features: `yaml` but `clap` does not have these features.


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

### ⚠ 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 --workspace Updating crates.io index error: failed to select a version for `clap`. ... required by package `paperoni v0.6.1-alpha1 (/tmp/renovate/repos/gitea/kemitix/paperoni)` versions that meet the requirements `^4.5.4` are: 4.5.4 the package `paperoni` depends on `clap`, with features: `yaml` but `clap` does not have these features. failed to select a version for `clap` which could resolve this conflict ```
renovate force-pushed renovate/clap-4.x from ba3656a223 to 4af5e174b5 2024-03-10 18:45:45 +00:00 Compare
renovate force-pushed renovate/clap-4.x from 4af5e174b5 to 125fc415d5 2024-03-10 19:45:48 +00:00 Compare
renovate force-pushed renovate/clap-4.x from 125fc415d5 to 4e6d5072a5 2024-03-12 08:00:58 +00:00 Compare
renovate force-pushed renovate/clap-4.x from 4e6d5072a5 to 993fc204d5 2024-03-15 13:00:54 +00:00 Compare
renovate force-pushed renovate/clap-4.x from 993fc204d5 to bce362b696 2024-03-25 21:16:16 +00:00 Compare
renovate force-pushed renovate/clap-4.x from bce362b696 to c4eb9fd594 2024-03-26 17:01:27 +00:00 Compare
kemitix force-pushed renovate/clap-4.x from c4eb9fd594 to 8450708ec6 2024-03-27 09:00:43 +00:00 Compare
Author
Collaborator

Edited/Blocked Notification

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

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate 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. ⚠️ **Warning**: custom changes will be lost.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
This pull request has changes conflicting with the target branch.
  • Cargo.lock
  • Cargo.toml
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/clap-4.x:renovate/clap-4.x
git checkout renovate/clap-4.x

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/clap-4.x
git checkout main
git merge --ff-only renovate/clap-4.x
git checkout renovate/clap-4.x
git rebase main
git checkout main
git merge --no-ff renovate/clap-4.x
git checkout main
git merge --squash renovate/clap-4.x
git checkout main
git merge --ff-only renovate/clap-4.x
git checkout main
git merge renovate/clap-4.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kemitix/paperoni#28
No description provided.