mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 02:47:43 +02:00
actix-server: Minimize futures-*
dependencies
This commit is contained in:
@ -30,7 +30,8 @@ log = "0.4"
|
||||
num_cpus = "1.11"
|
||||
mio = "0.6.19"
|
||||
net2 = "0.2"
|
||||
futures = "0.3.1"
|
||||
futures-channel = { version = "0.3.4", default-features = false }
|
||||
futures-util = { version = "0.3.4", default-features = false, features = ["sink"] }
|
||||
slab = "0.4"
|
||||
|
||||
# unix domain sockets
|
||||
@ -40,4 +41,4 @@ mio-uds = { version = "0.6.7" }
|
||||
[dev-dependencies]
|
||||
bytes = "0.5"
|
||||
env_logger = "0.7"
|
||||
actix-testing = "1.0.0"
|
||||
actix-testing = "1.0.0"
|
||||
|
Reference in New Issue
Block a user