Update webauthn-rs to v0.4.5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-01 09:40:38 +02:00
parent 0dcaeb5994
commit ed9fe8fa57
2 changed files with 36 additions and 36 deletions

View File

@ -32,7 +32,7 @@ lazy-regex = "2.3.0"
totp_rfc6238 = "0.5.0"
base32 = "0.4.0"
qrcode-generator = "4.1.6"
webauthn-rs = "0.4.3"
webauthn-rs = { version = "0.4.5", features = ["danger-allow-state-serialisation"] }
url = "2.2.2"
aes-gcm = { version = "0.10.1", features = ["aes"] }
bincode = "1.3.3"
bincode = "1.3.3"