From aa63ee123b290c886fc9d3858ed104e2d817eb92 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 05:25:42 +0000 Subject: [PATCH] Update postgres-native-tls requirement from 0.2.0-rc.1 to 0.5.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.5.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..f0f4419 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.5.0" pretty_assertions = "0.6.1"