From 9239e5f550ded204bf84b92dcf0d5355542fc1e2 Mon Sep 17 00:00:00 2001 From: Shimun Date: Thu, 2 Apr 2020 16:19:14 +0200 Subject: [PATCH] bump deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a1af48..4e34f1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fido2_pam" -version = "0.1.0" +version = "0.2.1" authors = ["shimun "] 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"