From 7f4cd980bd9b4e4643d7192dca55e034f690b096 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:14:41 +0000 Subject: [PATCH] Update fallible-iterator requirement from 0.1.3 to 0.2.0 Updates the requirements on [fallible-iterator](https://github.com/sfackler/rust-fallible-iterator) to permit the latest version. - [Release notes](https://github.com/sfackler/rust-fallible-iterator/releases) - [Changelog](https://github.com/sfackler/rust-fallible-iterator/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/rust-fallible-iterator/compare/v0.1.3...v0.2.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..316e085 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,4 +61,4 @@ postgres = "0.14" # https://crates.io/crates/fallible-iterator # Fallible iterator traits (used for iterate (blocking) through notifications) -fallible-iterator = "0.1.3" +fallible-iterator = "0.2.0"