X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools%2Fclippy%2FCargo.toml;h=8661a86775887285bc953c4ec7afbbb68a313830;hb=f004a1b3fda522694f9857a4ae95eb9ef7baa0c4;hp=602877bb9d6831dfd824f6d0e8a4fdf143e96b59;hpb=d71ba74f0d51459ef10f2b73400c013c7a12d828;p=rust.git diff --git a/src/tools/clippy/Cargo.toml b/src/tools/clippy/Cargo.toml index 602877bb9d6..8661a867758 100644 --- a/src/tools/clippy/Cargo.toml +++ b/src/tools/clippy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.58" +version = "0.1.59" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" @@ -47,6 +47,7 @@ itertools = "0.10" quote = "1.0" serde = { version = "1.0", features = ["derive"] } syn = { version = "1.0", features = ["full"] } +parking_lot = "0.11.2" [build-dependencies] rustc_tools_util = { version = "0.2", path = "rustc_tools_util" }