lawliet89 / ferrous-chloride

HCL parser, serializer and deserializer in Rust
https://lawliet89.github.io/ferrous-chloride/ferrous_chloride/
MIT License
8 stars 3 forks source link

Bump itertools from 0.8.0 to 0.8.2 #50

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps itertools from 0.8.0 to 0.8.2.

Commits - [`dd7fd96`](https://github.com/rust-itertools/itertools/commit/dd7fd96b3246f607825420f12141ebd1e0c4185a) (cargo-release) version 0.8.2 - [`687e145`](https://github.com/rust-itertools/itertools/commit/687e14510a9b6606580e5ada953e04f90c9f7de8) 0.8.2 Changelog - [`09403b3`](https://github.com/rust-itertools/itertools/commit/09403b3ca0a1361a9b781e3ee098107d13be3aa6) Merge [#378](https://github-redirect.dependabot.com/bluss/rust-itertools/issues/378) - [`cb3c993`](https://github.com/rust-itertools/itertools/commit/cb3c993f3b11952d24a9593ddb2ac4b5bc1eff9f) Use `slice::iter` instead of `into_iter` to avoid future breakage - [`7554521`](https://github.com/rust-itertools/itertools/commit/7554521d97d917da88fe49248332ea1f8919f6ec) Merge [#376](https://github-redirect.dependabot.com/bluss/rust-itertools/issues/376) - [`a7a1203`](https://github.com/rust-itertools/itertools/commit/a7a1203960451fe2ba21394e5b38981ef8323181) Removed `.combinations()` being featured as new - [`dfc55d8`](https://github.com/rust-itertools/itertools/commit/dfc55d891e0701b4d2a3dcc4bcf25cc929df6448) 0.8.1 - [`340e06f`](https://github.com/rust-itertools/itertools/commit/340e06f284fbd5f15e205508e32a6db2b51a97d7) Merge [#300](https://github-redirect.dependabot.com/bluss/rust-itertools/issues/300) - [`142659f`](https://github.com/rust-itertools/itertools/commit/142659f3c4e472b8800e16cb55cebbfbf3f78c6d) Add Itertools::{sum1, product1} - [`9b7eefb`](https://github.com/rust-itertools/itertools/commit/9b7eefb66807f1b4b5827391e5727cc3a317d6e2) Merge [#327](https://github-redirect.dependabot.com/bluss/rust-itertools/issues/327) - Additional commits viewable in [compare view](https://github.com/bluss/rust-itertools/compare/0.8.0...v0.8.2)


Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @lawliet89.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #55.