Update Rust crate clap to 4.2 by renovate[bot] · Pull Request #173 · zdz/ServerStatus-Rust
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| clap | dependencies | minor | 4.1 -> 4.2 |
Release Notes
clap-rs/clap
v4.2.1
Fixes
- Don't highlight uninteresting parts of the error message
v4.2.0
Compatibility
- Removed the languishing
unstable-replacefeature (open to discussion at #2836) - Removed the stablized
unstable-groupedfeature
Features
- Allow any
StyledStrto 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
Features
- (derive)
#[group]raw attribute support
Performance
- (derive)
clap_builderwas pulled out ofclapso it could build in parallel toclap_derive os_str_bytesdependency was removed for faster builds and smaller binaries
v4.1.13
Performance
- Reduce repeated alloc calls when building a
Command - Reduce duplicate dependencies for faster builds
v4.1.12
Internal
- (derive) Update to
synv2
Performance
- (derive) Faster build times by dropping
proc-macro-errordependency
v4.1.11
Internal
- Update
bitflags
v4.1.10
Fixes
- (help) On Windows, avoid underlined text artifacts
v4.1.9
Fixes
- (assert) Improve the assert when using the wrong action with
get_count/get_flag
v4.1.8
Fixes
- (derive) Don't
denylints on the users behalf
v4.1.7
Fixes
- (derive) Hide some nightly clippy warnings
v4.1.6
Fixes
- (help) Don't show long help for
--helpjust because hidden possible values include a description
v4.1.5
Fixes
- (help) Don't show long help for
--helpjust because a hidden arg has a possible value with a description
v4.1.4
Fixes
- (help) Respect
disable_colored_helpwhen usingarg_required_else_help
Performance
- Speed up compiling
arg!macro
v4.1.3
Fixes
- (error) Improve suggested flag/value/subcommand when two share a long preifx
- (error) When suggesting one of several subcommands, use the plural
subcommands, rather thansubcommand
v4.1.2
Fixes
- In documentation, refer to
get_flag, rather thanget_one::<bool>
v4.1.1
Features
- (derive)
#[group]raw attribute support
Performance
- (derive)
clap_builderwas pulled out ofclapso it could build in parallel toclap_derive os_str_bytesdependency was removed for faster builds and smaller binaries
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.