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.4.7 #27

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.3.11 -> 4.4.7

Release Notes

clap-rs/clap (clap)

v4.4.7

Compare Source

Performance
  • Reduced code size

v4.4.6

Compare Source

Internal
  • Upgrade anstream

v4.4.5

Compare Source

Fixes
  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

Compare Source

Internal
  • Update terminal_size to 0.3

v4.4.3

Compare Source

Documentation
  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

v4.4.2

Compare Source

Performance
  • Improve build times by removing once_cell dependency

v4.4.1

Compare Source

Features
  • Stabilize Command::styles

v4.4.0

Compare Source

Compatibility
  • Update MSRV to 1.70.0

v4.3.24

Compare Source

Fixes
  • Ensure column padding is preserved in --help with custom templates

v4.3.23

Compare Source

Fixes
  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

Compare Source

Features
  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors

v4.3.21

Compare Source

Features
  • Expose TryMapValueParser so the type can be named

v4.3.20

Compare Source

Features
  • Command::mut_args for modifying all arguments en masse

v4.3.19

Compare Source

Fixes
  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

v4.3.18

Compare Source

Fixes
  • (parse) Suggest -- in fewer places where it won't work

v4.3.17

Compare Source

Fixes
  • (help) Address a regression in wrapping PossibleValue descriptions in --help

v4.3.16

Compare Source

Fixes
  • Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

v4.3.15

Compare Source

Features
  • (unstable-styles) Re-export anstyle
Documentation
  • (unstable-styles) Provide more examples

v4.3.14

Compare Source

Features
  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display
Fixes
  • Skip [OPTIONS] in usage if a help or version ArgAction is used

v4.3.13

Compare Source

v4.3.12

Compare Source

Fixes
  • (derive) Don't error on enum variant field attributes

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team and dezren39 as code owners July 14, 2023 17:21
@renovate renovate bot changed the title Update Rust crate clap to 4.3.12 Update Rust crate clap to 4.3.14 Jul 17, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.14 Update Rust crate clap to 4.3.15 Jul 18, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.15 Update Rust crate clap to 4.3.16 Jul 18, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.16 Update Rust crate clap to 4.3.17 Jul 19, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.17 Update Rust crate clap to 4.3.18 Jul 21, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.18 Update Rust crate clap to 4.3.19 Jul 22, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.19 Update Rust crate clap to 4.3.21 Aug 8, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.21 Update Rust crate clap to 4.3.22 Aug 17, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.22 Update Rust crate clap to 4.3.23 Aug 18, 2023
@renovate renovate bot changed the title Update Rust crate clap to 4.3.23 fix(deps): update rust crate clap to 4.3.23 Aug 22, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.3.23 fix(deps): update rust crate clap to 4.3.24 Aug 23, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.3.24 fix(deps): update rust crate clap to 4.4.0 Aug 24, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.0 fix(deps): update rust crate clap to 4.4.1 Aug 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.1 fix(deps): update rust crate clap to 4.4.2 Aug 31, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.2 fix(deps): update rust crate clap to 4.4.3 Sep 12, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.3 fix(deps): update rust crate clap to 4.4.4 Sep 18, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.4 fix(deps): update rust crate clap to 4.4.5 Sep 25, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.5 fix(deps): update rust crate clap to 4.4.6 Sep 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.6 fix(deps): update rust crate clap to 4.4.7 Oct 24, 2023
@dezren39 dezren39 closed this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant