upgrade to clap v4 again

i can't really live with the outdated library
monochrome output is the lesser evil
This commit is contained in:
Dr. Matthias Ratajczak
2023-01-30 15:57:19 +01:00
parent 5f08ed271e
commit dd4670094d
3 changed files with 145 additions and 40 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ edition = "2021"
[dependencies]
alpm = "*"
anyhow = "*"
# clap 4 until (at least) 4.0.32 have scrapped actual color support. we stay on 3.x until that's fixed.
clap = "3.*"
clap = "*"
path-absolutize = "*"
regex = "*"
serde_json = "*"