Update to Tokio 0.2 (#428)
This commit is contained in:
@@ -7,9 +7,9 @@ edition = "2018"
|
||||
[dependencies]
|
||||
h2 = { path = "../..", features = ["unstable-stream", "unstable"] }
|
||||
|
||||
bytes = "0.4.7"
|
||||
bytes = "0.5"
|
||||
env_logger = "0.5.9"
|
||||
futures-preview = "=0.3.0-alpha.19"
|
||||
http = "0.1.5"
|
||||
string = "0.2"
|
||||
tokio = "=0.2.0-alpha.6"
|
||||
futures = { version = "0.3", default-features = false }
|
||||
http = { git = "https://github.com/hyperium/http" } #"0.1.3"
|
||||
tokio = { version = "0.2", features = ["time"] }
|
||||
tokio-test = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user