1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +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

@ -8,8 +8,8 @@ actix-multipart.workspace = true
actix-web.workspace = true
actix-web-lab.workspace = true
aws-config = "0.52"
aws-sdk-s3 = "0.22"
aws-config = "0.54"
aws-sdk-s3 = "0.24"
dotenv = "0.15"
env_logger.workspace = true