From c1483e5293f88bdbfb5de412a3f8ce620eea9e98 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 05:29:29 +0000 Subject: [PATCH] Update postgres-protocol requirement from 0.4.1 to 0.5.3 Updates the requirements on [postgres-protocol](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-protocol-v0.4.1...postgres-protocol-v0.5.3) 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..d7ac499 100644 --- a/postgres-rest/Cargo.toml +++ b/postgres-rest/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.1.28" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } itertools = "0.8.0" lazy_static = "1.3" -postgres-protocol = "0.4.1" +postgres-protocol = "0.5.3" rayon = "1.1.0" regex = "1.2.0" serde = { version = "1.0.97", features = ["derive"] }