1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

update multipart examples to use derive macro

This commit is contained in:
Rob Ede
2023-02-26 21:56:55 +00:00
parent 9b77b033b0
commit 080db60175
10 changed files with 309 additions and 241 deletions

View File

@ -74,7 +74,8 @@ actix-cors = "0.6"
actix-files = "0.6"
actix-http = "3"
actix-identity = "0.5"
actix-multipart = "0.4"
actix-multipart = "0.6"
actix-multipart-derive = "0.6"
actix-protobuf = "0.9"
actix-session = "0.7"
actix-test = "0.1"