fixed clap library version specifed #370

This commit is contained in:
Alan Smithee
2022-01-27 20:42:50 +09:00
parent b1ec8dc4ac
commit ecc8828921

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 = "*"