From a52c0a1460faabeb5bff298bae6b93a511948694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 18:01:56 +0000 Subject: [PATCH] Update fallible-iterator requirement from 0.2.0 to 0.3.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.2.0...v0.3.0) --- updated-dependencies: - dependency-name: fallible-iterator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ators/Cargo.toml | 2 +- atorsl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ators/Cargo.toml b/ators/Cargo.toml index bb5278f..62e8455 100644 --- a/ators/Cargo.toml +++ b/ators/Cargo.toml @@ -22,7 +22,7 @@ itertools = "0.10.5" memmap2 = "0.5.10" object = "0.31.0" gimli = "0.27.2" -fallible-iterator = "0.2.0" +fallible-iterator = "0.3.0" uuid = "1.3.1" [dev-dependencies] diff --git a/atorsl/Cargo.toml b/atorsl/Cargo.toml index 4d71bd0..199f146 100644 --- a/atorsl/Cargo.toml +++ b/atorsl/Cargo.toml @@ -14,7 +14,7 @@ publish.workspace = true build = "build.rs" [dependencies] -fallible-iterator = "0.2.0" +fallible-iterator = "0.3.0" itertools = "0.10.5" thiserror = "1.0.40" memmap2 = "0.5.10"