From 1b5d65d4620cfb4fe2800fb01df638de119568b4 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 12 Aug 2019 09:22:32 -0700 Subject: [PATCH] Use a released tokio-openssl --- postgres-openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]