Skip to content

Commit

Permalink
Update Rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 0df838b commit 15f876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lto = true
opt-level = 0

[dependencies]
clap = { version = "3.2.25", features = ["derive"] }
clap = { version = "4.4.8", features = ["derive"] }
clap_complete = "3.2.4"
dirs = "4.0.0"
anyhow = "1.0.75"
Expand Down

0 comments on commit 15f876e

Please sign in to comment.