]> git.lizzy.rs Git - rust.git/blobdiff - lintcheck/Cargo.toml
Auto merge of #9417 - Jarcho:ice_9414, r=Alexendoo
[rust.git] / lintcheck / Cargo.toml
index e63f65ce2f75dfd142652d15fe90683b149090a1..737c845c045153958cb8f542e24e3b9c4d21772d 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "lintcheck"
 version = "0.0.1"
-description = "tool to monitor impact of changes in Clippys lints on a part of the ecosystem"
+description = "tool to monitor impact of changes in Clippy's lints on a part of the ecosystem"
 readme = "README.md"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang/rust-clippy"
@@ -11,7 +11,7 @@ publish = false
 
 [dependencies]
 cargo_metadata = "0.14"
-clap = "2.33"
+clap = "3.2"
 flate2 = "1.0"
 rayon = "1.5.1"
 serde = { version = "1.0", features = ["derive"] }