Skip to content

Commit

Permalink
Update fallible-iterator requirement from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and matux committed Jun 22, 2023
1 parent f9b7a30 commit a52c0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion atorsl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a52c0a1

Please sign in to comment.