add timeout

This commit is contained in:
2020-04-05 23:24:18 +02:00
parent 1658800553
commit ad2451f548
4 changed files with 11 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
license-file = "LICENSE"
[dependencies]
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap.git", branch = "assert_multiple", features = ["request_multiple"] }
ctap_hmac = { version="0.4.1", features = ["request_multiple"] }
hex = "0.3.2"
ring = "0.13.5"
failure = "0.1.5"