Update Rust crate webauthn-rs to 0.5.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-04-29 00:03:07 +00:00
parent 66eb3eb436
commit 3ecdae98e5
2 changed files with 41 additions and 13 deletions

View File

@ -33,7 +33,7 @@ lazy-regex = "3.1.0"
totp_rfc6238 = "0.5.3"
base32 = "0.4.0"
qrcode-generator = "4.1.9"
webauthn-rs = { version = "0.4.8", features = ["danger-allow-state-serialisation"] }
webauthn-rs = { version = "0.5.0", features = ["danger-allow-state-serialisation"] }
url = "2.5.0"
light-openid = { version = "1.0.2", features = ["crypto-wrapper"] }
bincode = "2.0.0-rc.3"