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

test(multipart): replace SlowStream helper

This commit is contained in:
Rob Ede
2024-07-06 23:38:37 +01:00
parent 5c9e6e7c1d
commit 6ae131ce29
2 changed files with 15 additions and 44 deletions

View File

@ -66,6 +66,7 @@ assert_matches = "1"
awc = "3"
env_logger = "0.11"
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-test = "0.3"
multer = "3"
tokio = { version = "1.24.2", features = ["sync"] }
tokio-stream = "0.1"