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

This commit is contained in:
2024-08-24 00:28:19 +00:00
committed by Pierre HUBERT
parent 7cfe7b4583
commit b2ad0f5475
2 changed files with 6 additions and 4 deletions

View File

@ -30,7 +30,7 @@ jwt-simple = { version = "0.12.9", default-features = false, features = ["pure-r
digest = "0.10.7"
sha2 = "0.10.8"
lazy-regex = "3.1.0"
totp_rfc6238 = "0.5.3"
totp_rfc6238 = "0.6.0"
base32 = "0.5.0"
qrcode-generator = "4.1.9"
webauthn-rs = { version = "0.5.0", features = ["danger-allow-state-serialisation"] }