gimli-rs / unwind-rs

Apache License 2.0
26 stars 10 forks source link

Update fallible-iterator requirement from 0.1 to 0.2 #28

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on fallible-iterator to permit the latest version.

Changelog *Sourced from [fallible-iterator's changelog](https://github.com/sfackler/rust-fallible-iterator/blob/master/CHANGELOG.md).* > ## [v0.2.0] - 2019-03-10 > > ### Changed > > * All closures used by adaptor methods now return `Result`s. > * `FromFallibleIterator::from_fallible_iterator` has been renamed to `from_fallible_iter` and now takes an > `IntoFallibleIterator`. > * `IntoFallibleIterator::into_fallible_iterator` has been renamed to `into_fallible_iter`. > * `IntoFallibleIterator::IntoIter` has been renamed to `IntoFallibleIter`. > > ### Removed > > * `FallibleIterator::and_then` has been removed as `FallibleIterator::map` is now equivalent. > > ### Added > > * Added `step_by`, `for_each`, `skip_while`, `take_while`, `skip`, `scan`, `flat_map`, `flatten`, `inspect`, > `partition`, `find_map`, `max_by`, `min_by`, `unzip`, `cycle`, and `try_fold` to `FallibleIterator`. > * Added `rfold` and `try_rfold` to `DoubleEndedFallibleIterator`. > > [Unreleased]: https://github.com/sfackler/rust-fallible-iterator/compare/v0.2.0...master > [v0.2.0]: https://github.com/sfackler/rust-fallible-iterator/compare/v0.1.5...v0.2.0
Commits - [`03b701c`](https://github.com/sfackler/rust-fallible-iterator/commit/03b701c04b37fcd1ab1045c4623542606abf378b) Release v0.2.0 - [`247d721`](https://github.com/sfackler/rust-fallible-iterator/commit/247d721087317515ca4bb0e4a7110d447f042106) Use try_fold to implement some methods - [`a77f005`](https://github.com/sfackler/rust-fallible-iterator/commit/a77f005547d99e8f1c05c1208037bc90edfb727b) Add rfold - [`f66cbbd`](https://github.com/sfackler/rust-fallible-iterator/commit/f66cbbda70e9b007bbdd181a1167079126f50f58) Implement last in terms of fold - [`31fb3d4`](https://github.com/sfackler/rust-fallible-iterator/commit/31fb3d45fdb60e84ab369bd83a25666ff9429ad9) Override implementations, use fold when possible - [`8e17a7d`](https://github.com/sfackler/rust-fallible-iterator/commit/8e17a7dd11c604ab9bbb33797693e763b2395b20) Elide some lifetimes - [`e6667d9`](https://github.com/sfackler/rust-fallible-iterator/commit/e6667d96c0b9b309ef4ad3dc1b9a61a199d8bca8) Make IntoFallibleIterator naming consistent - [`a3243e4`](https://github.com/sfackler/rust-fallible-iterator/commit/a3243e419049e525b2374ba65f0e3c4c0132c85c) Add cycle - [`d269d1f`](https://github.com/sfackler/rust-fallible-iterator/commit/d269d1fd4d5869c6d15069ac8ee6adcfd31a35b6) Implement unzip - [`04620cd`](https://github.com/sfackler/rust-fallible-iterator/commit/04620cd7b66148d272aab11b75fc79e3094b4542) Implement min_by - Additional commits viewable in [compare view](https://github.com/sfackler/rust-fallible-iterator/compare/v0.1.0...v0.2.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.