Browse Source
Merge branch 'master' into rocket-0.4
# Conflicts:
# Cargo.toml
pull/284/head
Daniel García
7 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
1 additions and
1 deletions
-
Cargo.toml
|
|
@ -57,7 +57,7 @@ jsonwebtoken = "5.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 } |
|
|
|