update ctap_hmac to 0.4.1
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2020-04-05 22:59:03 +02:00
parent 27211f8b7e
commit 0cc5868a87
4 changed files with 160 additions and 155 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pam_fido2"
version = "0.2.4"
version = "0.2.5"
authors = ["shimun <shimun@shimun.net>"]
edition = "2018"
@@ -19,7 +19,7 @@ path = "src/main.rs"
opt-level = 0
[dependencies]
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", rev = "0.4.0", features = ["request_multiple"] }
ctap_hmac = { version = "0.4.1", features = ["request_multiple"] }
pamsm = { version = "0.3.3", features = ["libpam"] }
regex = "1.3.1"
rand = "0.7.2"