From 776a581ec47bf5f8ffa7100effce3c6b0f3a717f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 04:45:34 +0000 Subject: [PATCH] Update postgres requirement from 0.14 to 0.17 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.17.0) 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..0ff6ad4 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.17" # https://crates.io/crates/fallible-iterator # Fallible iterator traits (used for iterate (blocking) through notifications)