Bumps the cargo group with 2 updates: async-process and clap.
Updates async-process
from 1.7.0 to 1.8.0
Release notes
Sourced from async-process's releases.
v1.8.0
- Move from
signal-hook
to the async-signal
crate. (#42)
- Reorganize the internals of this crate to be more coherent. (#46)
- Bump to
event-listener
v3.0.0. (#43)
Changelog
Sourced from async-process's changelog.
Version 1.8.0
- Move from
signal-hook
to the async-signal
crate. (#42)
- Reorganize the internals of this crate to be more coherent. (#46)
- Bump to
event-listener
v3.0.0. (#43)
Commits
Updates clap
from 4.4.3 to 4.4.5
Release notes
Sourced from clap's releases.
v4.4.5
[4.4.5] - 2023-09-25
Fixes
- (parser) When inferring subcommand
name
or long_flag
, allow ambiguous-looking matches that unambiguously map back to the same command
- (parser) When inferring subcommand
long_flag
, don't panic
- (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users
v4.4.4
[4.4.4] - 2023-09-18
Internal
- Update
terminal_size
to 0.3
Changelog
Sourced from clap's changelog.
[4.4.5] - 2023-09-25
Fixes
- (parser) When inferring subcommand
name
or long_flag
, allow ambiguous-looking matches that unambiguously map back to the same command
- (parser) When inferring subcommand
long_flag
, don't panic
- (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users
[4.4.4] - 2023-09-18
Internal
- Update
terminal_size
to 0.3
Commits
c298f6a
chore: Release
463d6c5
docs: Update changelog
3ac4404
Merge pull request #5025 from SUPERCILEX/resolve-alias-conflicts
a76789e
fix: Make long subcommand flag inference consistent
c2b8ec3
fix: Resolve conflicting name inference if from aliases
e5c6993
test: Long flags inference
0d9b14f
Merge pull request #5136 from epage/panic
221177b
fix(assert): Call out the action in positional assert
cb2d2bc
chore: Update from '_rust/main'
4173c8f
chore(ci): Don't set patch for MSRV
- 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 rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
dependencies