Bump clap from 4.2.1 to 4.3.16
Bumps clap from 4.2.1 to 4.3.16.
Release notes
Sourced from clap's releases.
v4.3.16
[4.3.16] - 2023-07-18
Fixes
- Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)
v4.3.15
[4.3.15] - 2023-07-18
Features
- (unstable-styles) Re-export
anstyle
Documentation
- (unstable-styles) Provide more examples
v4.3.14
[4.3.14] - 2023-07-17
Features
ArgAction::HelpShort
andArgAction::HelpLong
for explicitly specifying which style of help to displayFixes
- Skip
[OPTIONS]
in usage if a help or versionArgAction
is usedv4.3.13
[4.3.13] - 2023-07-17
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
, orArc
- (derive) Support
Box<str>
,Box<OsStr>
, andBox<Path>
v4.3.10
[4.3.10] - 2023-06-30
... (truncated)
Changelog
Sourced from clap's changelog.
[4.3.16] - 2023-07-18
Fixes
- Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)
[4.3.15] - 2023-07-18
Features
- (unstable-styles) Re-export
anstyle
Documentation
- (unstable-styles) Provide more examples
[4.3.14] - 2023-07-17
Features
ArgAction::HelpShort
andArgAction::HelpLong
for explicitly specifying which style of help to displayFixes
- Skip
[OPTIONS]
in usage if a help or versionArgAction
is used[4.3.13] - 2023-07-17
[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
, orArc
- (derive) Support
Box<str>
,Box<OsStr>
, andBox<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
... (truncated)
Commits
-
95d411d
chore: Release -
5d6ffbe
docs: Update changelog -
6b80a72
Merge pull request #5017 from epage/assert -
4caa536
fix(assert): Allow stateful value parsers -
51abbe7
chore: Release -
0c57710
docs: Update changelog -
f679873
Merge pull request #5016 from epage/export -
82f17a4
docs(builder): Provide styling examples -
e31768b
fix(builder): Re-export anstyle for easy access -
97f4c72
test(examples): Verify all features - 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