diff --git a/Cargo.toml b/Cargo.toml index 5725c28..6c19623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] totp_rfc6238 = "0.6.0" base32 = "0.5.0" -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.34", features = ["derive"] }