Skip to content

Commit b734008

Browse files
boxdotemilio
authored andcommitted
Upgrade clap 3 to clap 4
This also removes the dependency on the unmaintained crate atty. Closes #828
1 parent 667de09 commit b734008

File tree

3 files changed

+258
-104
lines changed

3 files changed

+258
-104
lines changed

Cargo.lock

Lines changed: 205 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = [
1919
]
2020

2121
[dependencies]
22-
clap = { version = "3.1", optional = true }
22+
clap = { version = "4", optional = true }
2323
indexmap = "1"
2424
log = "0.4"
2525
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)