about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-05-02 14:40:11 +0200
committerPhilipp Krones <hello@philkrones.com>2024-05-03 11:36:42 +0200
commit537ab6cc879e8b5af888b7a6d1ea4a17cfccc853 (patch)
tree34fb3423c9b97afbc60dc004a40a61b0aae51dc4
parenta0d562a183eca869004308466f492e3b18f9cc13 (diff)
downloadrust-537ab6cc879e8b5af888b7a6d1ea4a17cfccc853.tar.gz
rust-537ab6cc879e8b5af888b7a6d1ea4a17cfccc853.zip
Bump clap version -> 4.4
Same version as most other crates in rustc are using
-rw-r--r--clippy_dev/Cargo.toml2
-rw-r--r--lintcheck/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml
index 9cfa5b7630f..4104e7d94f1 100644
--- a/clippy_dev/Cargo.toml
+++ b/clippy_dev/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
 
 [dependencies]
 aho-corasick = "1.0"
-clap = { version = "4.1.4", features = ["derive"] }
+clap = { version = "4.4", features = ["derive"] }
 indoc = "1.0"
 itertools = "0.12"
 opener = "0.6"
diff --git a/lintcheck/Cargo.toml b/lintcheck/Cargo.toml
index a828d123704..8c5a409e25b 100644
--- a/lintcheck/Cargo.toml
+++ b/lintcheck/Cargo.toml
@@ -13,7 +13,7 @@ default-run = "lintcheck"
 [dependencies]
 anyhow = "1.0.69"
 cargo_metadata = "0.15.3"
-clap = { version = "4.1.8", features = ["derive", "env"] }
+clap = { version = "4.4", features = ["derive", "env"] }
 crates_io_api = "0.8.1"
 crossbeam-channel = "0.5.6"
 flate2 = "1.0"