vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit a1da82c86836c34437ac0876723c6042e9a1d00f
parent 00abd4c853bad6a13542c69c79c67f480b5ee5b0
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 19 Nov 2018 20:42:22 +0100

Add online feature to yubico

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -58,7 +58,7 @@ jsonwebtoken = "= 4.0.1" u2f = "0.1.2" # Yubico Library -yubico= { version = "0.4.0", default-features = false } +yubico = { version = "=0.4.0", features = ["online"], default-features = false } # A `dotenv` implementation for Rust dotenv = { version = "0.13.0", default-features = false }