Skip to content

Bump clap from 3.2.16 to 4.0.26

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

Bumps clap from 3.2.16 to 4.0.26.

Release notes

Sourced from clap's releases.

v4.0.26

[4.0.26] - 2022-11-16

Fixes

  • (error) Fix typos in ContextKind::as_str

v4.0.25

[4.0.25] - 2022-11-15

Features

  • (error) Report available subcommands when required subcommand is missing

v4.0.24

[4.0.24] - 2022-11-14

Fixes

  • Avoid panic when printing an argument that isn't built

v4.0.23

[4.0.23] - 2022-11-11

Fixes

  • Don't panic on reporting invalid-long errors when followed by invalid UTF8
  • (help) Clarified argument to help subcommand

v4.0.22

[4.0.22] - 2022-11-07

Fixes

  • (help) Don't overflow into next-line-help early due to stale (pre-v4) padding calculations

v4.0.21

[4.0.21] - 2022-11-07

Features

  • (derive) long_about and long_help attributes, without a value, force using doc comment (before it wouldn't be set if there wasn't anything different than the short help)

v4.0.20

[4.0.20] - 2022-11-07

Fixes

  • (derive) Allow defaulted value parser for '()' fields

... (truncated)

Changelog

Sourced from clap's changelog.

[4.0.26] - 2022-11-16

Fixes

  • (error) Fix typos in ContextKind::as_str

[4.0.25] - 2022-11-15

Features

  • (error) Report available subcommands when required subcommand is missing

[4.0.24] - 2022-11-14

Fixes

  • Avoid panic when printing an argument that isn't built

[4.0.23] - 2022-11-11

Fixes

  • Don't panic on reporting invalid-long errors when followed by invalid UTF8
  • (help) Clarified argument to help subcommand

[4.0.22] - 2022-11-07

Fixes

  • (help) Don't overflow into next-line-help early due to stale (pre-v4) padding calculations

[4.0.21] - 2022-11-07

Features

  • (derive) long_about and long_help attributes, without a value, force using doc comment (before it wouldn't be set if there wasn't anything different than the short help)

[4.0.20] - 2022-11-07

Fixes

  • (derive) Allow defaulted value parser for '()' fields

[4.0.19] - 2022-11-04

Features

  • ColorChoice now implements ValueEnum

[4.0.18] - 2022-10-20

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