Skip to content

Bump clap from 3.2.16 to 3.2.17

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

Bumps clap from 3.2.16 to 3.2.17.

Release notes

Sourced from clap's releases.

v3.2.17

[3.2.17] - 2022-08-12

Fixes

  • (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API
Changelog

Sourced from clap's changelog.

[3.2.17] - 2022-08-12

Fixes

  • (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API
Commits
  • df30c1a chore: Release
  • 57161db docs: Update changelog
  • e29f014 Merge pull request #4068 from danielparks/issue-3785-derive-id-attr-v3
  • bc84fc0 chore(ci): Lock docs to MSRV
  • d8e2549 fix(derive): Add "id" attribute
  • 565c5ea Merge pull request #4048 from epage/backport
  • 3af94ec docs(tutorial): Switch to hand-implemented ValueEnum
  • 3943ad7 test(tutorial): Ensure we actually test code
  • a61f874 Merge pull request #4043 from epage/action
  • c7123b3 docs(derive): Clarify what defaulted action/value_parser does
  • 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