diff options
author | Daniel GarcĂa <[email protected]> | 2021-06-27 18:23:15 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-27 18:23:15 +0200 |
commit | 72e1946ce5c3e6c33024be499b6e0e516a35ce92 (patch) | |
tree | 29903ab9aff56658b251319a2fced41401554fae | |
parent | e3a2dfffab7d8af64bb0c964fc740988979eb1a0 (diff) | |
parent | ee391720aa3ffc39b164e6060efd31ebfe6b82c1 (diff) | |
download | vaultwarden-72e1946ce5c3e6c33024be499b6e0e516a35ce92.tar.gz vaultwarden-72e1946ce5c3e6c33024be499b6e0e516a35ce92.zip |
Merge pull request #1799 from BlackDex/issue-17961.22.0
Fixes issue with multiple security keys.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3327,7 +3327,7 @@ dependencies = [ [[package]] name = "webauthn-rs" version = "0.3.0-alpha.7" -source = "git+https://github.com/kanidm/webauthn-rs?rev=ee887befbf57c5406136d8617183aa8d2b9ef387#ee887befbf57c5406136d8617183aa8d2b9ef387" +source = "git+https://github.com/kanidm/webauthn-rs?rev=02a99f534127b30c6f4df7f2d42bc24f76dc4211#02a99f534127b30c6f4df7f2d42bc24f76dc4211" dependencies = [ "base64 0.13.0", "log 0.4.14", @@ -154,4 +154,4 @@ data-url = { git = 'https://github.com/servo/rust-url', package="data-url", rev job_scheduler = { git = 'https://github.com/jjlin/job_scheduler', rev = 'ee023418dbba2bfe1e30a5fd7d937f9e33739806' } # Add support for U2F appid extension compatibility -webauthn-rs = { git = 'https://github.com/kanidm/webauthn-rs', rev = 'ee887befbf57c5406136d8617183aa8d2b9ef387' } +webauthn-rs = { git = 'https://github.com/kanidm/webauthn-rs', rev = '02a99f534127b30c6f4df7f2d42bc24f76dc4211' } |