shadowsocks-rust
shadowsocks-rust copied to clipboard
chore(deps): bump clap from 4.4.18 to 4.5.1
Bumps clap from 4.4.18 to 4.5.1.
Release notes
Sourced from clap's releases.
v4.5.1
[4.5.1] - 2024-02-16
Fixes
- (error) Include suggestion to add
--even if there is a "did you mean" so long aslastortrailing_var_argis used
Changelog
Sourced from clap's changelog.
[4.5.1] - 2024-02-16
Fixes
- (error) Include suggestion to add
--even if there is a "did you mean" so long aslastortrailing_var_argis used[4.5.0] - 2024-02-08
Compatibility
- Update MSRV to 1.74
Commits
0c01b55chore: Release08e0b5bdocs: Update changelogf2c4e6eMerge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqxe782775fix(complete): Handle newlines in command/arg descriptionsfba7c85test(complete): Show newline issue8a7a13achore: Release7b3a3e1docs: Update changelog7b624caMerge pull request #5356 from epage/escape446328afix(error): Include -- in more cases7de6df8test(error): Show existing last behavior- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
As commit d97b8b41 said, we're downgrading clap from 4.5.x to 4.4.x because of MSRV-related issues. Looks like we've introduced a MSRV checking workflow in 61bbe128. However I seem to find nothing about MSRV in README. Is there something preventing us from bumping the MSRV?
Bumping MSRV should be considered as a breaking change. So MSRV can only be upgraded until the next major release, v1.19.
Further more, I didn’t see any useful updates in v4.5 of clap, so there is no hurry.
Superseded by #1452.