@@ -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.18 " , features = [" nightly " , " async-await" ] }
36+ futures-preview = { version = " =0.3.0-alpha.19 " , features = [" 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.5 " , default-features = false , features = [" io" , " codec" ] }
43+ tokio = { version = " =0.2.0-alpha.6 " , default-features = false , features = [" io" , " codec" ] }
4444
45- tokio-executor = { version = " =0.2.0-alpha.5 " , optional = true }
45+ tokio-executor = { version = " =0.2.0-alpha.6 " , optional = true }
4646lazy_static = { version = " 1.0" , optional = true }
4747
4848bit-vec-06 = { version = " 0.6" , 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.5 "
57+ tokio = " =0.2.0-alpha.6 "
5858env_logger = " 0.5"
0 commit comments