Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate clap to ~4.5.20 #439

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

This PR contains the following updates:

Package Type Update Change
clap dependencies minor ~4.4.10 -> ~4.5.20

Release Notes

clap-rs/clap (clap)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

Fixes
  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all

v4.5.4

Compare Source

Fixes
  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

Compare Source

Internal
  • (derive) Update heck

v4.5.2

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.1

Compare Source

Internal
  • Update dependencies

v4.5.0

Compare Source

Compatibility
  • Update MSRV to 1.74

Configuration

📅 Schedule: Branch creation - "after 1am and before 11am on the first day of the month" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to ~4.5.1 fix(deps): update rust crate clap to ~4.5.2 Mar 6, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to ~4.5.2 fix(deps): update rust crate clap to ~4.5.3 Mar 15, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to ~4.5.3 fix(deps): update rust crate clap to ~4.5.4 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch 5 times, most recently from 23ab383 to ef9b3e0 Compare March 29, 2024 13:15
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from d8201e1 to 4575967 Compare April 16, 2024 12:59
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from f991b8a to d2ad335 Compare April 24, 2024 19:33
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 6ee89d5 to 67e069b Compare May 3, 2024 14:55
Copy link

Integration tests failed. @containers/packit-build please check.

@renovate renovate bot force-pushed the renovate/clap-4.x branch 4 times, most recently from 4d46686 to 0925d83 Compare May 7, 2024 09:40
Copy link

Ephemeral COPR build failed. @containers/packit-build please check.

@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 10c76bb to 6e622c0 Compare May 28, 2024 10:15
@lsm5
Copy link
Member

lsm5 commented Sep 5, 2024

/packit build

Copy link
Member

@lsm5 lsm5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all packit build jobs and fedora test jobs pass.

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm label Sep 5, 2024
Copy link
Contributor

openshift-ci bot commented Sep 5, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lsm5, renovate[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

openshift-ci bot commented Sep 5, 2024

New changes are detected. LGTM label has been removed.

@renovate renovate bot changed the title fix(deps): update rust crate clap to ~4.5.17 fix(deps): update rust crate clap to ~4.5.18 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch 4 times, most recently from d740cff to d7402fa Compare September 26, 2024 16:24
@renovate renovate bot changed the title fix(deps): update rust crate clap to ~4.5.18 fix(deps): update rust crate clap to ~4.5.19 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch 7 times, most recently from 06b034b to 24d8e8d Compare October 8, 2024 13:40
@renovate renovate bot changed the title fix(deps): update rust crate clap to ~4.5.19 fix(deps): update rust crate clap to ~4.5.20 Oct 8, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

Ephemeral COPR build failed. @containers/packit-build please check.

Copy link

Tests failed. @containers/packit-build please check.

Copy link

Ephemeral COPR build failed. @containers/packit-build please check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dependencies Pull requests that update a dependency file do-not-merge/hold
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants