Use a released tokio-openssl

This commit is contained in:
Steven Fackler 2019-08-12 09:22:32 -07:00
parent 92e3d013eb
commit 1b5d65d462

View File

@ -19,7 +19,7 @@ runtime = ["tokio-postgres/runtime"]
futures-preview = "=0.3.0-alpha.17"
openssl = "0.10"
tokio-io = "=0.2.0-alpha.1"
tokio-openssl = { git = "https://github.com/sfackler/tokio-openssl", branch = "tokio-02" }
tokio-openssl = "=0.4.0-alpha.1"
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
[dev-dependencies]