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:
@ -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"
|
||||
|
Reference in New Issue
Block a user