@@ -21,7 +21,7 @@ circle-ci = { repository = "sfackler/rust-postgres" }
2121
2222[features ]
2323default = [" runtime" ]
24- runtime = [" tokio/rt-full" , " tokio/tcp" , " tokio/uds" , " tokio-threadpool " , " lazy_static" ]
24+ runtime = [" tokio/rt-full" , " tokio/tcp" , " tokio/uds" , " tokio-executor " , " lazy_static" ]
2525
2626"with-bit-vec-0_5" = [" bit-vec-05" ]
2727"with-chrono-0_4" = [" chrono-04" ]
@@ -33,16 +33,16 @@ with-serde_json-1 = ["serde-1", "serde_json-1"]
3333[dependencies ]
3434bytes = " 0.4"
3535fallible-iterator = " 0.2"
36- futures-preview = { version = " =0.3.0-alpha.17 " , features = [" nightly" , " async-await" ] }
36+ futures-preview = { version = " =0.3.0-alpha.18 " , features = [" nightly" , " async-await" ] }
3737log = " 0.4"
3838parking_lot = " 0.9"
3939percent-encoding = " 1.0"
4040pin-utils = " =0.1.0-alpha.4"
4141phf = " 0.7.23"
4242postgres-protocol = { version = " 0.4.1" , path = " ../postgres-protocol" }
43- tokio = { version = " =0.2.0-alpha.1 " , default-features = false , features = [" io" , " codec" ] }
43+ tokio = { version = " =0.2.0-alpha.2 " , default-features = false , features = [" io" , " codec" ] }
4444
45- tokio-threadpool = { version = " =0.2.0-alpha.1 " , optional = true }
45+ tokio-executor = { version = " =0.2.0-alpha.2 " , optional = true }
4646lazy_static = { version = " 1.0" , optional = true }
4747
4848bit-vec-05 = { version = " 0.5" , package = " bit-vec" , optional = true }
@@ -54,5 +54,5 @@ serde_json-1 = { version = "1.0", package = "serde_json", optional = true }
5454uuid-07 = { version = " 0.7" , package = " uuid" , optional = true }
5555
5656[dev-dependencies ]
57- tokio = " =0.2.0-alpha.1 "
57+ tokio = " =0.2.0-alpha.2 "
5858env_logger = " 0.5"
0 commit comments