This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user