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:
parent
e93538cea9
commit
a25bfdd16d
2 changed files with 25 additions and 140 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue