From be24c859a4b4c247b650d37cf77a9f8322e890ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 05:39:54 +0000 Subject: [PATCH] Update postgres-protocol requirement from 0.4.1 to 0.5.1 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.1) 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..ce215a2 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.1" rayon = "1.1.0" regex = "1.2.0" serde = { version = "1.0.97", features = ["derive"] }