chore: update clap and env_logger

This commit is contained in:
ThetaDev 2022-12-10 17:49:09 +01:00
parent dbdd2a8805
commit 04dd7ed000
2 changed files with 3 additions and 3 deletions

View file

@ -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"