1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-21 11:38:20 +00:00

Update dependencies and web vault

This commit is contained in:
Daniel García 2019-01-08 20:28:17 +01:00
commit 1b11445bb2
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
7 changed files with 284 additions and 127 deletions

View file

@ -19,7 +19,7 @@ rocket = { version = "0.4.0", features = ["tls"], default-features = false }
rocket_contrib = "0.4.0"
# HTTP client
reqwest = "0.9.5"
reqwest = "0.9.6"
# multipart/form-data support
multipart = "0.15.4"