Skip to content

Bump clap from 3.2.16 to 4.0.9

Ghost User requested to merge dependabot-cargo-clap-4.0.9 into master

Bumps clap from 3.2.16 to 4.0.9.

Release notes

Sourced from clap's releases.

v4.0.9

[4.0.9] - 2022-10-03

Fixes

  • (derive) Process doc comments for #[command(subcommand)] like in clap v3

v4.0.8

[4.0.8] - 2022-10-01

Fixes

  • (derive) Remove a low-value assert preventing defaulting Help and Version actions

v4.0.7

[4.0.7] - 2022-09-30

Features

  • (derive) Populate implicit ArgGroup (#3165)

Fixes

  • (derive) Support #[group(skip)] on Parser derive
  • (derive) Tell users about implicit arg groups when running into group name conflicts
  • (error) Don't report unrelated groups in conflict or requires errors

v4.0.6

[4.0.6] - 2022-09-30

Features

v4.0.5

[4.0.5] - 2022-09-30

v4.0.4

[4.0.4] - 2022-09-29

Fixes

  • (error) Specialize the self-conflict error to look like clap v3

v4.0.3

[4.0.3] - 2022-09-29

Fixes

  • (error) Quote literals consistently

... (truncated)

Changelog

Sourced from clap's changelog.

[4.0.9] - 2022-10-03

Fixes

  • (derive) Process doc comments for #[command(subcommand)] like in clap v3

[4.0.8] - 2022-10-01

Fixes

  • (derive) Remove a low-value assert preventing defaulting Help and Version actions

[4.0.7] - 2022-09-30

Features

  • (derive) Populate implicit ArgGroup (#3165)

Fixes

  • (derive) Support #[group(skip)] on Parser derive
  • (derive) Tell users about implicit arg groups when running into group name conflicts
  • (error) Don't report unrelated groups in conflict or requires errors

[4.0.6] - 2022-09-30

Features

[4.0.5] - 2022-09-30

[4.0.4] - 2022-09-29

Fixes

  • (error) Specialize the self-conflict error to look like clap v3

[4.0.3] - 2022-09-29

Fixes

  • (error) Quote literals consistently
  • (error) Stylize escape (--) suggestions
  • (error) Format help flag as a literal

[4.0.2] - 2022-09-28

Fixes

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports