Skip to content

Commit

Permalink
Cargo.toml: update to clap 4.1.1 and clap_complete 4.1.0
Browse files Browse the repository at this point in the history
Related-to: #10
Related-to: clap-rs/clap#3022
Related-to: clap-rs/clap#4624
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Jan 20, 2023
1 parent 79b1e3b commit a1e2db7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ maintenance = { status = "actively-developed" }
[dependencies]
anyhow = "1.0"
atty = "0.2"
clap = { version = "4.0.32", features = ["derive", "string"] }
clap_complete = "4.0.7"
clap = { version = "4.1.1", features = ["derive", "string"] }
clap_complete = "4.1.0"
crossbeam = "0.8"
dirs = "4.0"
glob = "0.3"
Expand Down

0 comments on commit a1e2db7

Please sign in to comment.