Skip to content

Dependencies: Bump clap from 3.2.17 to 4.0.32

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

Bumps clap from 3.2.17 to 4.0.32.

Release notes

Sourced from clap's releases.

v4.0.32

[4.0.32] - 2022-12-22

Fixes

  • (parser) When overriding required(true), consider args that conflict with its group

v4.0.31

[4.0.31] - 2022-12-22

Performance

  • Speed up parsing when a lot of different flags are present (100 unique flags)

v4.0.30

[4.0.30] - 2022-12-21

Fixes

  • (error) Improve error for args_conflicts_with_subcommand

v4.0.29

[4.0.29] - 2022-11-29

v4.0.28

[4.0.28] - 2022-11-29

Fixes

  • Fix wasm support which was broken in 4.0.27

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

... (truncated)

Changelog

Sourced from clap's changelog.

[4.0.32] - 2022-12-22

Fixes

  • (parser) When overriding required(true), consider args that conflict with its group

[4.0.31] - 2022-12-22

Performance

  • Speed up parsing when a lot of different flags are present (100 unique flags)

[4.0.30] - 2022-12-21

Fixes

  • (error) Improve error for args_conflicts_with_subcommand

[4.0.29] - 2022-11-29

[4.0.28] - 2022-11-29

Fixes

  • Fix wasm support which was broken in 4.0.27

[4.0.27] - 2022-11-24

Features

  • Have Arg::value_parser accept Vec<impl Into<PossibleValue>>
  • Implement Display and FromStr for ColorChoice

Fixes

  • Remove soundness issue by switching from atty to is-terminal

[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

... (truncated)

Commits
  • ec4ccf0 chore: Release
  • 13fdb83 docs: Update changelog
  • b877345 Merge pull request #4573 from epage/conflict
  • 85ecb3e fix(parser): Override required when parent group has conflict
  • d145b8b test(parser): Demonstrate required-overload bug
  • 0eccd55 chore: Release
  • 1e37c25 docs: Update changelog
  • dcd5fec Merge pull request #4572 from epage/group
  • dde22e7 style: Update for latest clippy
  • dd8435d perf(parser): Reduce duplicate lookups
  • Additional commits viewable in compare view


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