From 17b4c3675841df600cc7a61ed82140c2b3ca62c8 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Wed, 16 Nov 2022 00:09:06 +0000 Subject: [PATCH] Update Rust crate webauthn-rs to 0.4.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1488e24..7f85aa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"