Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent f0c637b commit dca8b5c
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 @@ -15,7 +15,7 @@ opt-level = 0

[dependencies]
clap_complete = "4.5.1"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
anyhow = "1.0.81"
log = "0.4.21"
Expand Down

0 comments on commit dca8b5c

Please sign in to comment.