update ctap

This commit is contained in:
shimun 2020-04-26 18:58:37 +02:00
parent 9307503bdc
commit 5c0364587e
Signed by: shimun
GPG Key ID: E81D8382DC2F971B
2 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -247,9 +247,9 @@ dependencies = [
[[package]]
name = "ctap_hmac"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b22457233b74539c53c10658eb3effb7c3d50907276dab6b5fbd8391d2b4351"
checksum = "c5fec79b66e3a7bc6a7ace0f4c98f0748892b36d3c5c317fadfce0344fd185dc"
dependencies = [
"byteorder",
"cbor-codec",
@ -369,7 +369,7 @@ dependencies = [
[[package]]
name = "fido2luks"
version = "0.2.6"
version = "0.2.7"
dependencies = [
"ctap_hmac",
"failure",

View File

@ -1,6 +1,6 @@
[package]
name = "fido2luks"
version = "0.2.6"
version = "0.2.7"
authors = ["shimunn <shimun@shimun.net>"]
edition = "2018"
@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
license-file = "LICENSE"
[dependencies]
ctap_hmac = { version="0.4.1", features = ["request_multiple"] }
ctap_hmac = { version="0.4.2", features = ["request_multiple"] }
hex = "0.3.2"
ring = "0.13.5"
failure = "0.1.5"