Update futures-preview/tokio

This commit is contained in:
Steven Fackler
2019-08-18 09:02:21 -04:00
parent 1b5d65d462
commit aa44090fad
5 changed files with 20 additions and 19 deletions

View File

@@ -30,14 +30,14 @@ runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
[dependencies]
bytes = "0.4"
fallible-iterator = "0.2"
futures-preview = "=0.3.0-alpha.17"
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.1"
tokio-executor = "=0.2.0-alpha.2"
tokio = { version = "=0.2.0-alpha.1", optional = true }
tokio = { version = "=0.2.0-alpha.2", optional = true }
lazy_static = { version = "1.0", optional = true }
log = { version = "0.4", optional = true }
[dev-dependencies]
tokio = "=0.2.0-alpha.1"
tokio = "=0.2.0-alpha.2"