[yabridgectl] Update to clap 3.0.0-beta.4

This commit is contained in:
Robbert van der Helm
2021-10-12 16:44:43 +02:00
parent eba75a10ff
commit 93ca19a3ba
2 changed files with 14 additions and 15 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.2", features = ["wrap_help"] }
clap = { version = "3.0.0-beta.4", features = ["wrap_help"] }
colored = "2.0.0"
is_executable = "0.1.2"
lazy_static = "1.4.0"