Update combine requirement from ~4.3 to ~4.6 #307

Closed
dependabot-preview[bot] wants to merge 1 commit from dependabot/cargo/combine-approx-4.6 into master
dependabot-preview[bot] commented 2021-06-17 10:51:01 +00:00 (Migrated from github.com)

Updates the requirements on combine to permit the latest version.

Changelog

Sourced from combine's changelog.

v4.6.0 (2021-06-16)

Features

v4.5.2 (2021-01-07)

v4.5.1 (2020-12-27)

Bug Fixes

  • Correct the tokio-02 feature (466a50d3)

v4.5.0 (2020-12-25)

Features

  • Remove pin-project-lite from the 'std' feature (32ef87b0)
  • Add async decoding for tokio version 1 (8e91f57d)

v4.4.0 (2020-11-18)

Features

  • Add support for decoding using tokio_03 (ce1612ff)
  • Add a length_prefix combinator (9e343b2a, closes #297)
  • Add a spanned combinator (1a70f3f4)
  • Add a spanned combinator (9a8fead8)
  • Allow conversion between errors with different token,range,position types (65fe0af2, breaks #)

Breaking Changes

... (truncated)

Commits
  • a5199c9 (cargo-release) version 4.6.0
  • bafcecb Updated changelog
  • 3c73336 Merge pull request #315 from Marwes/decode_eof
  • 534d486 chore: Remove travis-cargo
  • f0d98cd chore: Fix warning
  • aa20bf6 feat: Add decode_tokio
  • 07451dc (cargo-release) start next development iteration 4.5.3-alpha.0
  • 4ab5ee9 (cargo-release) version 4.5.2
  • ba33c74 Updated changelog
  • f5a86df Merge pull request #313 from taiki-e/pin-project-lite
  • Additional commits viewable in compare view

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 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:

  • 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)
Updates the requirements on [combine](https://github.com/Marwes/combine) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Marwes/combine/blob/master/CHANGELOG.md">combine's changelog</a>.</em></p> <blockquote> <h2>v4.6.0 (2021-06-16)</h2> <h4>Features</h4> <ul> <li>Add decode_tokio (<a href="https://github.com/Marwes/combine/commit/aa20bf641bc5deed7e521de289f2b0963034f750">aa20bf64</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>v4.5.2 (2021-01-07)</h3> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>v4.5.1 (2020-12-27)</h3> <h4>Bug Fixes</h4> <ul> <li>Correct the tokio-02 feature (<a href="https://github.com/Marwes/combine/commit/466a50d3533118cca0bafab48451fd39f92a8233">466a50d3</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>v4.5.0 (2020-12-25)</h2> <h4>Features</h4> <ul> <li>Remove pin-project-lite from the 'std' feature (<a href="https://github.com/Marwes/combine/commit/32ef87b08a643c9814cb9eec6d1f3adfe220c690">32ef87b0</a>)</li> <li>Add async decoding for tokio version 1 (<a href="https://github.com/Marwes/combine/commit/8e91f57d1ddaefafcaf244df7a7eea2096c6d6aa">8e91f57d</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>v4.4.0 (2020-11-18)</h2> <h4>Features</h4> <ul> <li>Add support for decoding using tokio_03 (<a href="https://github.com/Marwes/combine/commit/ce1612ffa0a15547bc967474b511ec35eaaf743f">ce1612ff</a>)</li> <li>Add a length_prefix combinator (<a href="https://github.com/Marwes/combine/commit/9e343b2a0067ea70b049369ea1023c364c14b19d">9e343b2a</a>, closes <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/297">#297</a>)</li> <li>Add a spanned combinator (<a href="https://github.com/Marwes/combine/commit/1a70f3f4219eac71880cbb376e62d3f01c22d981">1a70f3f4</a>)</li> <li>Add a spanned combinator (<a href="https://github.com/Marwes/combine/commit/9a8fead85b3eb0d7ee21f80d076af9f59aa408d1">9a8fead8</a>)</li> <li>Allow conversion between errors with different token,range,position types (<a href="https://github.com/Marwes/combine/commit/65fe0af27fa560f90da2723160efd2d1782bea4f">65fe0af2</a>, breaks <a href="https://github.com/Marwes/combine/issues/">#</a>)</li> </ul> <h4>Breaking Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Marwes/combine/commit/a5199c9ff48a45a773befbfb2296f3ecabfa6ed1"><code>a5199c9</code></a> (cargo-release) version 4.6.0</li> <li><a href="https://github.com/Marwes/combine/commit/bafcecb3d8b0b951db94d82b452a48fce34198d2"><code>bafcecb</code></a> Updated changelog</li> <li><a href="https://github.com/Marwes/combine/commit/3c73336d44c5ad3d0f886339a05877887fc91045"><code>3c73336</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/315">#315</a> from Marwes/decode_eof</li> <li><a href="https://github.com/Marwes/combine/commit/534d4860190db5ced02f7f9a642995cb7e395e3d"><code>534d486</code></a> chore: Remove travis-cargo</li> <li><a href="https://github.com/Marwes/combine/commit/f0d98cdee864d69230ab3d286cfb140e218e762e"><code>f0d98cd</code></a> chore: Fix warning</li> <li><a href="https://github.com/Marwes/combine/commit/aa20bf641bc5deed7e521de289f2b0963034f750"><code>aa20bf6</code></a> feat: Add decode_tokio</li> <li><a href="https://github.com/Marwes/combine/commit/07451dcaf0dacd2b3e90a0ed3117323ef2cdac7f"><code>07451dc</code></a> (cargo-release) start next development iteration 4.5.3-alpha.0</li> <li><a href="https://github.com/Marwes/combine/commit/4ab5ee9c74617b474bae7013f10daa8e73031add"><code>4ab5ee9</code></a> (cargo-release) version 4.5.2</li> <li><a href="https://github.com/Marwes/combine/commit/ba33c741f78bde6d20d4a6b0f2d8108b2f0c862e"><code>ba33c74</code></a> Updated changelog</li> <li><a href="https://github.com/Marwes/combine/commit/f5a86df2f739f4f2cec511945b28f2786850feba"><code>f5a86df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/313">#313</a> from taiki-e/pin-project-lite</li> <li>Additional commits viewable in <a href="https://github.com/Marwes/combine/compare/v4.3.0...v4.6.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
gburd (Migrated from github.com) reviewed 2021-06-17 10:51:01 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.