Skip to content

Bump clap from 3.2.16 to 4.0.13

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

Bumps clap from 3.2.16 to 4.0.13.

Release notes

Sourced from clap's releases.

v4.0.13

[4.0.13] - 2022-10-11

Features

  • (derive) Allow () for fields to mean "don't read" (#4371)

v4.0.12

[4.0.12] - 2022-10-10

Features

  • Added TypedValueParser::try_map for when adapting an existing TypedValueParser can fail
  • (error) Create errors like clap with Error::new, Error::with_cmd, and Error::insert

v4.0.11

[4.0.11] - 2022-10-09

Fixes

  • (help) Fix wrapping calculations with ANSI escape codes

v4.0.10

[4.0.10] - 2022-10-05

Features

  • (derive) Support #[arg(flatten)] on Option types (#4211, #4350)

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)

... (truncated)

Changelog

Sourced from clap's changelog.

[4.0.13] - 2022-10-11

Features

  • (derive) Allow () for fields to mean "don't read" (#4371)

[4.0.12] - 2022-10-10

Features

  • Added TypedValueParser::try_map for when adapting an existing TypedValueParser can fail
  • (error) Create errors like clap with Error::new, Error::with_cmd, and Error::insert

[4.0.11] - 2022-10-09

Fixes

  • (help) Fix wrapping calculations with ANSI escape codes

[4.0.10] - 2022-10-05

Features

  • (derive) Support #[arg(flatten)] on Option types (#4211, #4350)

[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

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