Skip to content

Commit

Permalink
update clap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Nov 15, 2023
1 parent 65e0d4c commit 543f724
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 @@ -29,7 +29,7 @@ if-addrs = "0.10.2"
nix = { version = "0.27.1", features = ["fs"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"
clap = { version = "4.4.7", features = ["cargo"] }
clap = { version = "4.4.8", features = ["cargo"] }
openssl = "0.10.59"
rand = "0.8.5"
pwhash = "1.0.0"
Expand Down

0 comments on commit 543f724

Please sign in to comment.