Auto merge of #9173 - giraffate:fix_the_minimal_version_for_clap, r=xFrednet

Fix the minimal version for `clap`

changelog: none

`clap >= 3.2.0` for lintcheck  has been needed from https://github.com/rust-lang/rust-clippy/pull/8997.
This commit is contained in:
bors 2022-07-14 08:27:58 +00:00
commit 1b23c0ec1e

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"] }