Skip to content

Commit 3db471d

Browse files
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](sfackler/rust-fallible-iterator@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: fallible-iterator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec710ff commit 3db471d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ators/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ itertools = "0.10.5"
2222
memmap2 = "0.5.10"
2323
object = "0.31.0"
2424
gimli = "0.27.2"
25-
fallible-iterator = "0.2.0"
25+
fallible-iterator = "0.3.0"
2626
uuid = "1.3.1"
2727

2828
[dev-dependencies]

atorsl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish.workspace = true
1414
build = "build.rs"
1515

1616
[dependencies]
17-
fallible-iterator = "0.2.0"
17+
fallible-iterator = "0.3.0"
1818
itertools = "0.10.5"
1919
thiserror = "1.0.40"
2020
memmap2 = "0.5.10"

0 commit comments

Comments
 (0)