cargo: clap 4.5.3 -> clap 4.5.4

This commit is contained in:
Muhammad Nauman Raza 2024-04-03 18:42:28 +01:00
parent 9c525bd59b
commit 3c83f29b6e
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -9,7 +9,7 @@ license-file = "LICENSE"
readme = "README.md"
[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
sysinfo = "0.30.7"
whoami = "1.5.1"