Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent d10f806 commit 4dfbc27
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.0", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
dirs = "5.0.1"
anyhow = "1.0.80"
log = "0.4.20"
Expand Down

0 comments on commit 4dfbc27

Please sign in to comment.