[yabridgeclt] Upgrade dependencies

This commit is contained in:
Robbert van der Helm
2021-04-14 18:18:41 +02:00
parent 1d66481aad
commit f02b9e646b
4 changed files with 181 additions and 273 deletions
+2 -2
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.1", features = ["wrap_help"] }
clap = { version = "3.0.0-beta.2", features = ["wrap_help"] }
colored = "2.0.0"
is_executable = "0.1.2"
lazy_static = "1.4.0"
@@ -20,7 +20,7 @@ promptly = "0.3.0"
rayon = "1.3.1"
serde = "1.0.114"
serde_derive = "1.0.114"
textwrap = "*"
textwrap = { version = "0.13.4", features = ["terminal_size"] }
toml = "0.5.6"
walkdir = "2.3.1"
which = "4.0.1"