fix: ctap crate

This commit is contained in:
shimun 2022-07-05 15:35:54 +02:00
parent fce6ea2e31
commit 17c96090bd
Signed by: shimun
GPG Key ID: E0420647856EA39E
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -254,8 +254,8 @@ dependencies = [
[[package]] [[package]]
name = "ctap-hid-fido2" name = "ctap-hid-fido2"
version = "3.3.1" version = "3.4.0"
source = "git+https://github.com/shimunn/ctap-hid-fido2.git?branch=user_entity#ad95bc3b389e2b9a332b9e9514831a59f964c131" source = "git+https://github.com/shimunn/ctap-hid-fido2.git?branch=explicit_uv#19161c29835648cc8629b836ddbb757c7f63536a"
dependencies = [ dependencies = [
"aes", "aes",
"anyhow", "anyhow",

View File

@ -16,7 +16,7 @@ license = "MPL-2.0"
[dependencies] [dependencies]
# ctap-hid-fido2 = "2.2.3" # ctap-hid-fido2 = "2.2.3"
# ctap-hid-fido2 = { path = "../ctap-hid-fido2" } # ctap-hid-fido2 = { path = "../ctap-hid-fido2" }
ctap-hid-fido2 = { git = "https://github.com/shimunn/ctap-hid-fido2.git", branch = "user_entity" } ctap-hid-fido2 = { git = "https://github.com/shimunn/ctap-hid-fido2.git", branch = "explicit_uv" }
hex = "0.3.2" hex = "0.3.2"
ring = "0.16.5" ring = "0.16.5"
failure = "0.1.5" failure = "0.1.5"
@ -31,7 +31,7 @@ anyhow = "1.0.56"
[build-dependencies] [build-dependencies]
# ctap-hid-fido2 = "2.2.3" # ctap-hid-fido2 = "2.2.3"
# ctap-hid-fido2 = { path = "../ctap-hid-fido2" } # ctap-hid-fido2 = { path = "../ctap-hid-fido2" }
ctap-hid-fido2 = { git = "https://github.com/shimunn/ctap-hid-fido2.git", branch = "user_entity" } ctap-hid-fido2 = { git = "https://github.com/shimunn/ctap-hid-fido2.git", branch = "explicit_uv" }
hex = "0.3.2" hex = "0.3.2"
ring = "0.16.5" ring = "0.16.5"
failure = "0.1.5" failure = "0.1.5"