Skip to content

Commit 537ab6c

Browse files
committed
Bump clap version -> 4.4
Same version as most other crates in rustc are using
1 parent a0d562a commit 537ab6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_dev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
aho-corasick = "1.0"
9-
clap = { version = "4.1.4", features = ["derive"] }
9+
clap = { version = "4.4", features = ["derive"] }
1010
indoc = "1.0"
1111
itertools = "0.12"
1212
opener = "0.6"

lintcheck/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-run = "lintcheck"
1313
[dependencies]
1414
anyhow = "1.0.69"
1515
cargo_metadata = "0.15.3"
16-
clap = { version = "4.1.8", features = ["derive", "env"] }
16+
clap = { version = "4.4", features = ["derive", "env"] }
1717
crates_io_api = "0.8.1"
1818
crossbeam-channel = "0.5.6"
1919
flate2 = "1.0"

0 commit comments

Comments
 (0)