mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 18:58:31 -04:00
build(deps): bump clap from 4.5.21 to 4.5.42
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.42. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.21...clap_complete-v4.5.42) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3ca5ae2181
commit
18aa246915
2 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ base64 = "0.13"
|
|||
tracing = { version = "0.1", default-features = false, features = ["log"] }
|
||||
|
||||
# bin-only dependencies
|
||||
clap = { version = "4.4.11", default-features = false, features = ["suggestions", "std", "env", "help", "wrap_help"], optional = true }
|
||||
clap = { version = "4.5.42", default-features = false, features = ["suggestions", "std", "env", "help", "wrap_help"], optional = true }
|
||||
pretty_env_logger = { version = "0.5", optional = true }
|
||||
async-recursion = "1.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue