Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Update Rust crate clap to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 6c8d8f1 commit 41a5a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ license = "Apache 2.0"
ansi_term = "0.12.1"
anyhow = "1.0.69"
async-trait = "0.1.64"
clap = { version = "4.1.4", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }
clap_complete = "4.1.1"
chrono = { version = "0.4.23", features = ["serde"] }
dirs = "4.0.0"
Expand Down

0 comments on commit 41a5a48

Please sign in to comment.