about summary refs log tree commit diff
path: root/clippy_dev
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 /clippy_dev
parenta0d562a183eca869004308466f492e3b18f9cc13 (diff)
downloadrust-537ab6cc879e8b5af888b7a6d1ea4a17cfccc853.tar.gz
rust-537ab6cc879e8b5af888b7a6d1ea4a17cfccc853.zip
Bump clap version -> 4.4
Same version as most other crates in rustc are using
Diffstat (limited to 'clippy_dev')
-rw-r--r--clippy_dev/Cargo.toml2
1 files changed, 1 insertions, 1 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"