tool: Update clap to 4.5

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-07-06 14:28:38 -06:00
committed by Jeremy Soller
parent 1e02be1cbe
commit 426dc99f10
3 changed files with 154 additions and 128 deletions

View File

@@ -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 }