Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 5e05f15 commit c507e54
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 @@ -11,7 +11,7 @@ license = "AGPL-3.0-only"

[dependencies]
argon2 = { version = "0.5", features = ["std"] }
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
error-chain = "0.12"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit c507e54

Please sign in to comment.