Skip to content

Commit

Permalink
tool: Update clap to 4.5
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd authored and jackpot51 committed Jul 10, 2024
1 parent 1e02be1 commit 426dc99
Showing 3 changed files with 151 additions and 125 deletions.
263 changes: 145 additions & 118 deletions tool/Cargo.lock

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

2 changes: 1 addition & 1 deletion tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ name = "system76_ectool"
required-features = ["std", "hidapi", "clap"]

[dependencies]
clap = { version = "3.2", features = ["derive"], optional = true }
clap = { version = "4.5", features = ["derive"], optional = true }
libc = { version = "0.2", optional = true }
# NOTE: Upgrading to 2.x blocked on Ubuntu shipping newer hidapi
hidapi = { version = "1.5", default-features = false, features = ["linux-shared-hidraw"], optional = true }
Loading

0 comments on commit 426dc99

Please sign in to comment.