1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-14 07:33:56 +00:00

Remove unused features from multipart (integration with other servers)

This commit is contained in:
Daniel García 2019-03-13 15:57:00 +01:00
parent e93538cea9
commit a25bfdd16d
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 25 additions and 140 deletions

View file

@ -22,7 +22,7 @@ rocket_contrib = "0.4.0"
reqwest = "0.9.11"
# multipart/form-data support
multipart = "0.16.1"
multipart = { version = "0.16.1", features = ["server"], default-features = false }
# WebSockets library
ws = "0.8.0"