Update futures-preview/tokio
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user