mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
reduce futures dep
This commit is contained in:
@ -21,7 +21,7 @@ actix-web-actors = "4.1"
|
||||
awc = "3.0.0-beta.21"
|
||||
|
||||
env_logger = "0.9"
|
||||
futures-util = { version = "0.3.7", default-features = false, features = ["std", "sink"] }
|
||||
log = "0.4"
|
||||
futures = "0.3.7"
|
||||
tokio = { version = "1.13.1", features = ["full"] }
|
||||
tokio-stream = "0.1.8"
|
||||
|
Reference in New Issue
Block a user