From 2aa30092c202aa7c57af5472888061d791ded2a8 Mon Sep 17 00:00:00 2001 From: zUnixorn <77864446+zUnixorn@users.noreply.github.com> Date: Sat, 5 Jul 2025 14:02:38 +0200 Subject: [PATCH] Update Cargo.toml Co-authored-by: Daniel --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef68ed20..217e7e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,8 +122,8 @@ yubico = { package = "yubico_ng", version = "0.13.0", features = ["online-tokio" # WebAuthn libraries # danger-allow-state-serialisation is needed to save the state in the db # danger-credential-internals is needed to support U2F to Webauthn migration -webauthn-rs = { version = "0.5", features = ["danger-allow-state-serialisation", "danger-credential-internals"] } -webauthn-rs-proto = "0.5" +webauthn-rs = { version = "0.5.2", features = ["danger-allow-state-serialisation", "danger-credential-internals"] } +webauthn-rs-proto = "0.5.2" # Handling of URL's for WebAuthn and favicons url = "2.5.4"