From 521836d0375fb2a8d0af530b0e22cc7119d45878 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 05:39:35 +0000 Subject: [PATCH] Update postgres-native-tls requirement from 0.2.0-rc.1 to 0.3.0 Updates the requirements on [postgres-native-tls](https://github.com/sfackler/rust-postgres) to permit the latest version. - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](https://github.com/sfackler/rust-postgres/compare/postgres-native-tls-v0.2.0-rc.1...postgres-native-tls-v0.3.0) Signed-off-by: dependabot-preview[bot] --- postgres-rest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-rest/Cargo.toml b/postgres-rest/Cargo.toml index d417a68..15c5737 100644 --- a/postgres-rest/Cargo.toml +++ b/postgres-rest/Cargo.toml @@ -40,5 +40,5 @@ features = ["postgres", "serde"] [dev-dependencies] native-tls = "0.2.3" -postgres-native-tls = "0.2.0-rc.1" +postgres-native-tls = "0.3.0" pretty_assertions = "0.6.1"