Port remote_beacon_node to stable futures

This commit is contained in:
pawanjay176
2020-04-28 17:37:53 +05:30
parent 5227d321f6
commit 5266d214f7
3 changed files with 1096 additions and 1235 deletions

View File

@@ -7,10 +7,10 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.9"
reqwest = { version = "0.10", features = ["json"] }
url = "1.2"
serde = "1.0"
futures = "0.1.25"
futures = "0.3.4"
types = { path = "../../../eth2/types" }
rest_types = { path = "../rest_types" }
hex = "0.3"