chore: update clap and env_logger
This commit is contained in:
parent
dbdd2a8805
commit
04dd7ed000
2 changed files with 3 additions and 3 deletions
|
|
@ -15,5 +15,5 @@ tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
|
|||
indicatif = "0.17.0"
|
||||
futures = "0.3.21"
|
||||
anyhow = "1.0"
|
||||
clap = { version = "3.2.16", features = ["derive"] }
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
env_logger = "0.10.0"
|
||||
|
|
|
|||
Reference in a new issue