From 537ab6cc879e8b5af888b7a6d1ea4a17cfccc853 Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Thu, 2 May 2024 14:40:11 +0200 Subject: Bump clap version -> 4.4 Same version as most other crates in rustc are using --- clippy_dev/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clippy_dev') 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" -- cgit 1.4.1-3-g733a5