diff --git a/Cargo.lock b/Cargo.lock index ae6cf98..7564bce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,8 +254,8 @@ dependencies = [ [[package]] name = "ctap-hid-fido2" -version = "3.3.1" -source = "git+https://github.com/shimunn/ctap-hid-fido2.git?branch=user_entity#ad95bc3b389e2b9a332b9e9514831a59f964c131" +version = "3.4.0" +source = "git+https://github.com/shimunn/ctap-hid-fido2.git?branch=explicit_uv#19161c29835648cc8629b836ddbb757c7f63536a" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8aac429..3f6b210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MPL-2.0" [dependencies] # ctap-hid-fido2 = "2.2.3" # 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" ring = "0.16.5" failure = "0.1.5" @@ -31,7 +31,7 @@ anyhow = "1.0.56" [build-dependencies] # ctap-hid-fido2 = "2.2.3" # 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" ring = "0.16.5" failure = "0.1.5"