chore: migrate to ctap-hid-fido2

This commit is contained in:
2022-03-26 13:28:29 +01:00
parent eb8d65eb4f
commit d5b043840f
7 changed files with 200 additions and 199 deletions

View File

@@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
license = "MPL-2.0"
[dependencies]
ctap-hid-fido2 = "2.2.2"
ctap-hid-fido2 = "2.2.3"
hex = "0.3.2"
ring = "0.16.5"
failure = "0.1.5"
@@ -24,14 +24,16 @@ libcryptsetup-rs = "0.4.2"
serde_json = "1.0.51"
serde_derive = "1.0.116"
serde = "1.0.116"
anyhow = "1.0.56"
[build-dependencies]
ctap-hid-fido2 = "2.2.2"
ctap-hid-fido2 = "2.2.3"
hex = "0.3.2"
ring = "0.16.5"
failure = "0.1.5"
rpassword = "4.0.1"
libcryptsetup-rs = "0.4.1"
anyhow = "1.0.56"
structopt = "0.3.2"
[profile.release]