Merge pull request 'Update Rust crate webauthn-rs to 0.4.8' (#73) from renovate/webauthn-rs-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #73
This commit is contained in:
Pierre HUBERT 2022-11-19 09:53:07 +00:00
commit 01c80e6e9e

View File

@ -32,7 +32,7 @@ lazy-regex = "2.3.1"
totp_rfc6238 = "0.5.1"
base32 = "0.4.0"
qrcode-generator = "4.1.6"
webauthn-rs = { version = "0.4.7", features = ["danger-allow-state-serialisation"] }
webauthn-rs = { version = "0.4.8", features = ["danger-allow-state-serialisation"] }
url = "2.3.1"
aes-gcm = { version = "0.10.1", features = ["aes"] }
bincode = "1.3.3"