Skip to content

Dependencies: Bump clap from 4.1.13 to 4.2.0

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

Bumps clap from 4.1.13 to 4.2.0.

Release notes

Sourced from clap's releases.

v4.2.0

[4.2.0] - 2023-03-28

Compatibility

  • Removed the languishing unstable-replace feature (open to discussion at #2836)
  • Removed the stablized unstable-grouped feature

Features

  • Allow any StyledStr to accept text styled with ANSI escape codes
  • Respect CLICOLOR, CLICOLOR_FORCE

Fixes

  • Lighten the tone for "unexpected argument" errors (open to discussion at #4638)

v4.1.14

[4.1.14] - 2023-03-28

Features

  • (derive) #[group] raw attribute support

Performance

  • (derive) clap_builder was pulled out of clap so it could build in parallel to clap_derive
  • os_str_bytes dependency was removed for faster builds and smaller binaries
Changelog

Sourced from clap's changelog.

[4.2.0] - 2023-03-28

Compatibility

  • Removed the languishing unstable-replace feature (open to discussion at #2836)
  • Removed the stablized unstable-grouped feature

Features

  • Allow any StyledStr to accept text styled with ANSI escape codes
  • Respect CLICOLOR, CLICOLOR_FORCE

Fixes

  • Lighten the tone for "unexpected argument" errors (open to discussion at #4638)

[4.1.14] - 2023-03-28

Features

  • (derive) #[group] raw attribute support

Performance

  • (derive) clap_builder was pulled out of clap so it could build in parallel to clap_derive
  • os_str_bytes dependency was removed for faster builds and smaller binaries
Commits

Merge request reports