Skip to content

Dependencies: Bump clap from 4.2.2 to 4.2.7

dependabot requested to merge dependabot-cargo-clap-4.2.7 into master

Bumps clap from 4.2.2 to 4.2.7.

Release notes

Sourced from clap's releases.

v4.2.7

[4.2.7] - 2023-05-02

Fixes

  • Correctly track remaining length for iterators provided by ArgMatches

v4.2.6

[4.2.6] - 2023-05-02

Features

  • impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId

v4.2.5

[4.2.5] - 2023-04-27

Fixes

  • Improve panic when a group requires a non-existent ID

v4.2.4

[4.2.4] - 2023-04-19

Documentation

  • Corrected docs for Command::style

v4.2.3

[4.2.3] - 2023-04-18

Features

  • Command::styles for theming help/errors (behind unstable-styles)
Changelog

Sourced from clap's changelog.

[4.2.7] - 2023-05-02

Fixes

  • Correctly track remaining length for iterators provided by ArgMatches

[4.2.6] - 2023-05-02

Features

  • impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId

[4.2.5] - 2023-04-27

Fixes

  • Improve panic when a group requires a non-existent ID

[4.2.4] - 2023-04-19

Documentation

  • Corrected docs for Command::style

[4.2.3] - 2023-04-18

Features

  • Command::styles for theming help/errors (behind unstable-styles)
Commits

Merge request reports