mirror of
https://github.com/arampoire/onetun.git
synced 2025-12-01 03:00:25 -05:00
Bump clap version
This commit is contained in:
parent
29fb98f02b
commit
1613d2bb5c
3 changed files with 211 additions and 89 deletions
|
|
@ -28,7 +28,7 @@ base64 = "0.13"
|
|||
tracing = { version = "0.1", default-features = false, features = ["log"] }
|
||||
|
||||
# bin-only dependencies
|
||||
clap = { version = "2.34", default-features = false, features = ["suggestions"], optional = true }
|
||||
clap = { version = "4.4.11", default-features = false, features = ["suggestions", "std", "env", "help", "wrap_help"], optional = true }
|
||||
pretty_env_logger = { version = "0.4", optional = true }
|
||||
async-recursion = "1.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue