From 81745f265f767407afbca1fc2bcbf406777b4cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 28 Apr 2019 02:25:49 +0000 Subject: [PATCH] Update fallible-iterator requirement from 0.1 to 0.2 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.0...v0.2.0) Signed-off-by: dependabot[bot] --- unwind/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unwind/Cargo.toml b/unwind/Cargo.toml index 3bb89ee..637685d 100644 --- a/unwind/Cargo.toml +++ b/unwind/Cargo.toml @@ -6,7 +6,7 @@ authors = ["main() "] [dependencies] gimli = "0.18" libc = "0.2" -fallible-iterator = "0.1" +fallible-iterator = "0.2" log = "0.4" [build-dependencies]