Update Cargo.toml

Co-authored-by: Daniel <daniel.barabasa@gmail.com>
This commit is contained in:
zUnixorn 2025-07-05 14:02:38 +02:00 committed by Mathijs van Veluw
parent 7374c298bb
commit 2aa30092c2

View File

@ -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"