Port websocket_server to stable futures

This commit is contained in:
pawan
2020-04-21 13:08:24 +05:30
parent 1fa6b49136
commit d0b478f994
2 changed files with 11 additions and 10 deletions

View File

@@ -7,11 +7,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.1.29"
futures = "0.3"
serde = "1.0.102"
serde_derive = "1.0.102"
serde_json = "1.0.41"
slog = "2.5.2"
tokio = "0.1.22"
tokio = { version = "0.2", features = ["full"] }
types = { path = "../../eth2/types" }
ws = "0.9.1"