Skip to content

Commit

Permalink
Update Rust crate clap_complete to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent b28223f commit 31ababc
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 @@ -14,7 +14,7 @@ opt-level = 0

[dependencies]
clap = { version = "3.2.25", features = ["derive"] }
clap_complete = "3.2.5"
clap_complete = "4.4.4"
dirs = "5.0.1"
anyhow = "1.0.75"
log = "0.4.20"
Expand Down

0 comments on commit 31ababc

Please sign in to comment.