mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Port websocket_server to stable futures
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user