Browse Source

Update Cargo.toml

Co-authored-by: Daniel <daniel.barabasa@gmail.com>
pull/5934/head
zUnixorn 2 weeks ago
committed by Mathijs van Veluw
parent
commit
2aa30092c2
  1. 4
      Cargo.toml

4
Cargo.toml

@ -122,8 +122,8 @@ yubico = { package = "yubico_ng", version = "0.13.0", features = ["online-tokio"
# WebAuthn libraries # WebAuthn libraries
# danger-allow-state-serialisation is needed to save the state in the db # danger-allow-state-serialisation is needed to save the state in the db
# danger-credential-internals is needed to support U2F to Webauthn migration # 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 = { version = "0.5.2", features = ["danger-allow-state-serialisation", "danger-credential-internals"] }
webauthn-rs-proto = "0.5" webauthn-rs-proto = "0.5.2"
# Handling of URL's for WebAuthn and favicons # Handling of URL's for WebAuthn and favicons
url = "2.5.4" url = "2.5.4"

Loading…
Cancel
Save