Fix the minimal version for clap

This commit is contained in:
Takayuki Nakata 2022-07-14 09:46:46 +09:00
parent a7162f29b4
commit 7fbaf8113b

View file

@ -11,7 +11,7 @@ publish = false
[dependencies]
cargo_metadata = "0.14"
clap = "3.1"
clap = "3.2"
flate2 = "1.0"
rayon = "1.5.1"
serde = { version = "1.0", features = ["derive"] }