[yabridgectl] Update clap to the final 3.0 release

This commit is contained in:
Robbert van der Helm
2022-01-12 13:43:31 +01:00
parent 4767b758b8
commit 8382384fc1
3 changed files with 25 additions and 83 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ license = "GPL-3.0-or-later"
[dependencies]
aho-corasick = "0.7.13"
anyhow = "1.0.31"
clap = { version = "3.0.0-beta.4", features = ["wrap_help"] }
clap = { version = "3.0.6", features = ["cargo", "env", "wrap_help"] }
colored = "2.0.0"
is_executable = "0.1.2"
lazy_static = "1.4.0"