Merge pull request #372 from Yamato-Security/hotfix/compile_error_after_cargo_update#370

fixed clap library version specifed #370
This commit is contained in:
Yamato Security
2022-01-28 07:26:45 +09:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ quick-xml = {version = "0.17", features = ["serialize"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0"}
serde_derive = "1.0"
clap = "*"
clap = "2.*"
regex = "1.5.4"
csv = "1.1"
base64 = "*"