Update combine requirement from ~4.3 to ~4.5 #302

Closed
dependabot-preview[bot] wants to merge 1 commit from dependabot/cargo/combine-approx-4.5 into master
dependabot-preview[bot] commented 2020-12-28 10:25:08 +00:00 (Migrated from github.com)

Updates the requirements on combine to permit the latest version.

Changelog

Sourced from combine's changelog.

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

  • Allow conversion between errors with different token,range,position types (65fe0af2, breaks #)

v4.3.2 (2020-09-08)

v4.3.1 (2020-08-26)

Bug Fixes

Commits
  • 2bac133 (cargo-release) version 4.5.1
  • d0bea63 Updated changelog
  • 466a50d fix: Correct the tokio-02 feature
  • ea70d7d Merge pull request #310 from Marwes/tokio
  • 57c7ab6 cargo update
  • 306d423 (cargo-release) start next development iteration 4.5.1-alpha.0
  • de5cde0 (cargo-release) version 4.5.0
  • 8ac9752 Updated changelog
  • 50e616d Fix warning
  • 32ef87b feat: Remove pin-project-lite from the 'std' feature
  • 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> <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> <ul> <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> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>v4.3.2 (2020-09-08)</h3> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>v4.3.1 (2020-08-26)</h3> <h4>Bug Fixes</h4> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Marwes/combine/commit/2bac133dda04a1bc803db4e80bf5c5dbe159654e"><code>2bac133</code></a> (cargo-release) version 4.5.1</li> <li><a href="https://github.com/Marwes/combine/commit/d0bea632410ab6f6eb01011e618aaf4d020c4804"><code>d0bea63</code></a> Updated changelog</li> <li><a href="https://github.com/Marwes/combine/commit/466a50d3533118cca0bafab48451fd39f92a8233"><code>466a50d</code></a> fix: Correct the tokio-02 feature</li> <li><a href="https://github.com/Marwes/combine/commit/ea70d7d15ecde56e591df3ed087abb39c459dd9a"><code>ea70d7d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/310">#310</a> from Marwes/tokio</li> <li><a href="https://github.com/Marwes/combine/commit/57c7ab6ade07285e2a3a79f20d9abdd415f99890"><code>57c7ab6</code></a> cargo update</li> <li><a href="https://github.com/Marwes/combine/commit/306d423906dba29ad1cfb486eb8c0a867ad3e396"><code>306d423</code></a> (cargo-release) start next development iteration 4.5.1-alpha.0</li> <li><a href="https://github.com/Marwes/combine/commit/de5cde0caf05dc0e6f8b9a43e3ab1d9916f145f2"><code>de5cde0</code></a> (cargo-release) version 4.5.0</li> <li><a href="https://github.com/Marwes/combine/commit/8ac9752037b7f328f15d1ed9e9634a7773735a3e"><code>8ac9752</code></a> Updated changelog</li> <li><a href="https://github.com/Marwes/combine/commit/50e616df98571654ce495954b0ceb4da021c7932"><code>50e616d</code></a> Fix warning</li> <li><a href="https://github.com/Marwes/combine/commit/32ef87b08a643c9814cb9eec6d1f3adfe220c690"><code>32ef87b</code></a> feat: Remove pin-project-lite from the 'std' feature</li> <li>Additional commits viewable in <a href="https://github.com/Marwes/combine/compare/v4.3.0...v4.5.1">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 2020-12-28 10:25:08 +00:00
dependabot-preview[bot] commented 2021-06-17 10:51:04 +00:00 (Migrated from github.com)

Superseded by #307.

Superseded by #307.

Pull request closed

Sign in to join this conversation.
No description provided.