Upgrade to tokio alpha.4

This commit is contained in:
Steven Fackler
2019-08-29 18:10:58 -07:00
parent c026644820
commit 2a2b76d1b8
9 changed files with 29 additions and 83 deletions

View File

@@ -33,11 +33,11 @@ fallible-iterator = "0.2"
futures-preview = "=0.3.0-alpha.18"
pin-utils = "=0.1.0-alpha.4"
tokio-postgres = { version = "0.4.0-rc.2", path = "../tokio-postgres", default-features = false }
tokio-executor = "=0.2.0-alpha.2"
tokio-executor = "=0.2.0-alpha.4"
tokio = { version = "=0.2.0-alpha.2", optional = true }
tokio = { version = "=0.2.0-alpha.4", optional = true }
lazy_static = { version = "1.0", optional = true }
log = { version = "0.4", optional = true }
[dev-dependencies]
tokio = "=0.2.0-alpha.2"
tokio = "=0.2.0-alpha.4"