From dc2416011a93883461f93ab29771520f3aa94969 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 27 Nov 2019 21:03:58 -0500 Subject: [PATCH] Release postgres-native-tls v0.3.0-alpha.2 --- postgres-native-tls/CHANGELOG.md | 10 ++++++++-- postgres-native-tls/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/postgres-native-tls/CHANGELOG.md b/postgres-native-tls/CHANGELOG.md index 5a8a37ec7..6bd09c065 100644 --- a/postgres-native-tls/CHANGELOG.md +++ b/postgres-native-tls/CHANGELOG.md @@ -1,13 +1,19 @@ # Change Log +## v0.3.0-alpha.2 - 2019-11-27 + +### Changed + +* Upgraded to `tokio-postgres` v0.5.0-alpha.2. + ## v0.3.0-alpha.1 - 2019-10-14 ### Changed -* Updated to tokio-postgres v0.5.0-alpha.1. +* Updated to `tokio-postgres` v0.5.0-alpha.1. ## v0.2.0-rc.1 - 2019-06-29 ### Changed -* Updated to tokio-postgres v0.4.0-rc. +* Updated to `tokio-postgres` v0.4.0-rc. diff --git a/postgres-native-tls/Cargo.toml b/postgres-native-tls/Cargo.toml index a7cd29b50..12d37c40c 100644 --- a/postgres-native-tls/Cargo.toml +++ b/postgres-native-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-native-tls" -version = "0.3.0-alpha.1" +version = "0.3.0-alpha.2" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0" @@ -17,7 +17,7 @@ runtime = ["tokio-postgres/runtime"] [dependencies] bytes = "0.5" -futures-preview = "=0.3.0-alpha.19" +futures = "0.3" native-tls = "0.2" tokio = "0.2" tokio-tls = "0.3"