Update fallible-iterator requirement from 0.2.0 to 0.3.0 (#7)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-16 11:47:33 +02:00 committed by GitHub
parent 00dabed86a
commit 8e6f643b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ exclude = ["**/tests/**", "**/examples/**", "**/benches/**", "**/target/**", "**
[dependencies]
mem_macros = "1.0.1"
num-traits = "0.2.15"
fallible-iterator = "0.2.0"
fallible-iterator = "0.3.0"
rosrust_msg = { version = "0.1", optional = true }
rosrust = { version = "0.9", optional = true }