update deps
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2020-04-05 18:23:26 +02:00
parent 96f64fff11
commit 27211f8b7e
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ path = "src/main.rs"
opt-level = 0
[dependencies]
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", rev = "cc48719cfa1375909877265905264fad875d1fa3", features = ["request_multiple"] }
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", rev = "0.4.0", features = ["request_multiple"] }
pamsm = { version = "0.3.3", features = ["libpam"] }
regex = "1.3.1"
rand = "0.7.2"