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

This commit is contained in:
2024-08-15 15:19:52 +00:00
parent 7d85ccea36
commit 8dfb87ca13
2 changed files with 86 additions and 36 deletions

View File

@ -6,6 +6,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
totp_rfc6238 = "0.5.3"
totp_rfc6238 = "0.6.0"
base32 = "0.5.0"
clap = { version = "4.5.4", features = ["derive"] }