Auto merge of #10270 - kadiwa4:update_some_deps, r=flip1995

Update dependencies `cargo_metadata` and `clap`

changelog: none

Allows removing some duplicate dependencies in rust-lang/rust's `Cargo.lock`.
This commit is contained in:
bors 2023-02-01 16:34:05 +00:00
commit 588c1ba3ff
5 changed files with 60 additions and 49 deletions

View file

@ -9,7 +9,7 @@ keywords = ["clippy", "lint", "plugin"]
edition = "2021"
[dependencies]
cargo_metadata = "0.14"
cargo_metadata = "0.15.3"
clippy_utils = { path = "../clippy_utils" }
declare_clippy_lint = { path = "../declare_clippy_lint" }
if_chain = "1.0"