From b85e6d455455cca1fede9d5dad4e22f85ed92e41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 17:15:04 +0000 Subject: [PATCH] Update postgres requirement from 0.14 to 0.15 Updates the requirements on [postgres](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-v0.14.0...postgres-v0.15.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b06a3a..59978bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ env_logger = "0.4.2" # https://github.com/sfackler/rust-postgres # A native PostgreSQL driver for Rust. -postgres = "0.14" +postgres = "0.15" # https://crates.io/crates/fallible-iterator # Fallible iterator traits (used for iterate (blocking) through notifications)