Bump clap version -> 4.4
Same version as most other crates in rustc are using
This commit is contained in:
parent
a0d562a183
commit
537ab6cc87
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue