1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

refactor(multipart): move Payload* to module

This commit is contained in:
Rob Ede
2024-07-04 00:37:25 +01:00
parent 2136e07bdd
commit befb9c8196
7 changed files with 147 additions and 129 deletions

View File

@ -41,7 +41,6 @@ actix-multipart-derive = { version = "=0.6.1", optional = true }
actix-utils = "3"
actix-web = { version = "4", default-features = false }
bytes = "1"
derive_more = "0.99.5"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }