Compare commits

...

1 Commits

Author SHA1 Message Date
9239e5f550
bump deps
All checks were successful
continuous-integration/drone/tag Build is passing
2020-04-02 16:19:14 +02:00

View File

@ -1,6 +1,6 @@
[package]
name = "fido2_pam"
version = "0.1.0"
version = "0.2.1"
authors = ["shimun <shimun@shimun.net>"]
edition = "2018"
@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", rev = "1a8e83d81efa3ae2cd4d764ddbae72c95a5af3e1", features = ["assert_devices"] }
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", branch = "assert_multiple", features = ["request_multiple"] }
pamsm = "0.2.0"
regex = "1.3.1"
rand = "0.7.2"