Update Rust crate clap to 4.3.17
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-07-20 00:19:33 +00:00
parent 4039f347c1
commit f3989f598b
2 changed files with 7 additions and 7 deletions

View File

@ -8,4 +8,4 @@ edition = "2018"
[dependencies]
totp_rfc6238 = "0.5.0"
base32 = "0.4.0"
clap = { version = "4.3.11", features = ["derive"] }
clap = { version = "4.3.17", features = ["derive"] }