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

remove usage of actix_utils::mpsc (#2023)

This commit is contained in:
Rob Ede
2021-02-24 09:08:56 +00:00
committed by GitHub
parent d92ab7e8e0
commit f6393728c7
2 changed files with 14 additions and 5 deletions

View File

@ -22,7 +22,7 @@ actix-utils = "3.0.0-beta.2"
bytes = "1"
derive_more = "0.99.5"
httparse = "1.3"
futures-util = { version = "0.3.7", default-features = false }
futures-util = { version = "0.3.7", default-features = false, features = ["alloc"] }
log = "0.4"
mime = "0.3"
twoway = "0.2"
@ -30,3 +30,5 @@ twoway = "0.2"
[dev-dependencies]
actix-rt = "2"
actix-http = "3.0.0-beta.3"
tokio = { version = "1", features = ["sync"] }
tokio-stream = "0.1"