diff --git a/postgres-openssl/Cargo.toml b/postgres-openssl/Cargo.toml index 6aedce28..21198e9d 100644 --- a/postgres-openssl/Cargo.toml +++ b/postgres-openssl/Cargo.toml @@ -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]