Skip to content

Commit 0a8cd66

Browse files
committed
update clap
1 parent 11b9e81 commit 0a8cd66

File tree

2 files changed

+69
-11
lines changed

2 files changed

+69
-11
lines changed

Cargo.lock

Lines changed: 68 additions & 10 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
@@ -22,7 +22,7 @@ bugreport = "0.5"
2222
bwrap = { version = "1.3.0", features = ["use_std"] }
2323
bytesize = { version = "1.3", default-features = false }
2424
chrono = { version = "0.4", default-features = false, features = ["clock"] }
25-
clap = { version = "4.1", features = ["env", "cargo"] }
25+
clap = { version = "4.4", features = ["env", "cargo"] }
2626
crossbeam-channel = "0.5"
2727
crossterm = { version = "0.26.1", features = ["serde"] }
2828
dirs = "5.0"

0 commit comments

Comments
 (0)