Skip to content

Commit

Permalink
Clap <=4.3 has broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jul 4, 2024
1 parent 40bb70a commit 2c4a745
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 @@ -14,7 +14,7 @@ default-members = [".", "api"]

[workspace.dependencies]
base64 = "0.22"
clap = { version = "4", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
ed25519-dalek = { version = "2", features = ["digest"] }
normalize-path = "0.2"
pretty-error-debug = "0.3"
Expand Down

0 comments on commit 2c4a745

Please sign in to comment.