Update Rust crate webauthn-rs to 0.4.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-09-09 17:45:08 +00:00
parent 0d94788608
commit 89cbbb047f
2 changed files with 7 additions and 7 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 = { version = "0.4.5", features = ["danger-allow-state-serialisation"] }
webauthn-rs = { version = "0.4.6", features = ["danger-allow-state-serialisation"] }
url = "2.2.2"
aes-gcm = { version = "0.10.1", features = ["aes"] }
bincode = "1.3.3"