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:
Pierre HUBERT 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

8
Cargo.lock generated
View File

@ -3075,11 +3075,13 @@ dependencies = [
[[package]]
name = "totp_rfc6238"
version = "0.5.3"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efe950e61b731398f35972293f727453b7a85e7d4c216f05fc0cf40c54fe3a49"
checksum = "1329a48ffb99a7257f792c0db25d989248c552dc15073dd24ab70752f74c5b1f"
dependencies = [
"ring",
"hmac",
"sha1",
"sha2",
]
[[package]]

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"] }