Skip to content

Commit 4e35cd4

Browse files
committed
update to clap v4
1 parent 949f8f3 commit 4e35cd4

File tree

3 files changed

+247
-173
lines changed

3 files changed

+247
-173
lines changed

Cargo.lock

Lines changed: 109 additions & 69 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
@@ -26,7 +26,7 @@ license = "CC0-1.0"
2626
atty = "0.2.14" # Used for highlighting network errors
2727
base64 = "0.22.1" # Used for integrity attributes
2828
chrono = "0.4.40" # Used for formatting output timestamp
29-
clap = { version = "3.2.25", optional = true } # Used for processing CLI arguments
29+
clap = { version = "4.5.32", features = ["derive"], optional = true } # Used for processing CLI arguments
3030
cssparser = "0.34.0" # Used for dealing with CSS
3131
encoding_rs = "0.8.35" # Used for parsing and converting document charsets
3232
html5ever = "0.27.0" # Used for all things DOM

0 commit comments

Comments
 (0)