fix: ctap crate
This commit is contained in:
parent
fce6ea2e31
commit
17c96090bd
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user