Skip to content

Dependencies: Bump clap from 4.3.8 to 4.3.12

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

Bumps clap from 4.3.8 to 4.3.12.

Release notes

Sourced from clap's releases.

v4.3.12

[4.3.12] - 2023-07-14

Fixes

  • (derive) Don't error on enum variant field attributes

v4.3.11

[4.3.11] - 2023-07-05

Features

  • (derive) Support fields wrapped in num::Wrapping, Box, or Arc
  • (derive) Support Box<str>, Box<OsStr>, and Box<Path>

v4.3.10

[4.3.10] - 2023-06-30

Performance

  • Drop a dependency, reducing binary size by 1.3 KiB

v4.3.9

[4.3.9] - 2023-06-28

Fixes

  • Command::ignore_errors no longer masks help/version
Changelog

Sourced from clap's changelog.

[4.3.12] - 2023-07-14

Fixes

  • (derive) Don't error on enum variant field attributes

[4.3.11] - 2023-07-05

Features

  • (derive) Support fields wrapped in num::Wrapping, Box, or Arc
  • (derive) Support Box<str>, Box<OsStr>, and Box<Path>

[4.3.10] - 2023-06-30

Performance

  • Drop a dependency, reducing binary size by 1.3 KiB

[4.3.9] - 2023-06-28

Fixes

  • Command::ignore_errors no longer masks help/version
Commits

Merge request reports