1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-14 15:43:55 +00:00

Updated dependencies and web vault version

This commit is contained in:
Daniel García 2019-08-27 21:14:15 +02:00
parent c07c9995ea
commit 469318bcbd
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
13 changed files with 73 additions and 73 deletions

View file

@ -25,7 +25,7 @@ rocket = { version = "0.5.0-dev", features = ["tls"], default-features = false }
rocket_contrib = "0.5.0-dev"
# HTTP client
reqwest = "0.9.19"
reqwest = "0.9.20"
# multipart/form-data support
multipart = { version = "0.16.1", features = ["server"], default-features = false }
@ -83,7 +83,7 @@ yubico = { version = "0.6.1", features = ["online", "online-tokio"], default-fea
dotenv = { version = "0.14.1", default-features = false }
# Lazy static macro
lazy_static = "1.3.0"
lazy_static = "1.4.0"
# More derives
derive_more = "0.15.0"