Update combine requirement from ~4.3 to ~4.4 #301

Closed
dependabot-preview[bot] wants to merge 1 commit from dependabot/cargo/combine-approx-4.4 into master
dependabot-preview[bot] commented 2020-11-19 10:50:34 +00:00 (Migrated from github.com)

Updates the requirements on combine to permit the latest version.

Changelog

Sourced from combine's changelog.

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

  • Make the decode macros work for redis (82b908d8)

v4.3.0 (2020-07-10)

Features

  • Specialize decoding on BufReader (9559e114)
  • Add a BufReader abstraction for Decoder (d65a23e8)
  • Allow tuple structs and functions in struct_parser! (48a16f6b)

v4.2.1 (2020-05-20)

Performance

Commits

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.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> <ul> <li>Make the decode macros work for redis (<a href="https://github.com/Marwes/combine/commit/82b908d80ac21aeab27b169a1f1857a68a6bb11c">82b908d8</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>v4.3.0 (2020-07-10)</h2> <h4>Features</h4> <ul> <li>Specialize decoding on BufReader (<a href="https://github.com/Marwes/combine/commit/9559e114658b60a59d570ffd78f4d7ecb597b814">9559e114</a>)</li> <li>Add a BufReader abstraction for Decoder (<a href="https://github.com/Marwes/combine/commit/d65a23e81f482c6a5482e53d63c17fcbcf67d623">d65a23e8</a>)</li> <li>Allow tuple structs and functions in struct_parser! (<a href="https://github.com/Marwes/combine/commit/48a16f6bf84939da9eacb1f82b4cff6ca7f324e0">48a16f6b</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>v4.2.1 (2020-05-20)</h3> <h4>Performance</h4> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Marwes/combine/commit/73dac54e64f3b026567f787da33aa89c6253771c"><code>73dac54</code></a> (cargo-release) version 4.4.0</li> <li><a href="https://github.com/Marwes/combine/commit/541cef6b650ccfa50e9197585c43ac42d089e622"><code>541cef6</code></a> Updated changelog</li> <li><a href="https://github.com/Marwes/combine/commit/c52d2bb2030a27470cd9da4d0e36751477767d9a"><code>c52d2bb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/306">#306</a> from Marwes/tokio_03</li> <li><a href="https://github.com/Marwes/combine/commit/e0bf1af5346723fe594ff4bd516595dbc48231fb"><code>e0bf1af</code></a> chore: Only check the build on 1.40</li> <li><a href="https://github.com/Marwes/combine/commit/d955069b5113a71e1362983e5c959ee18f8e427d"><code>d955069</code></a> Fix CombineRead features</li> <li><a href="https://github.com/Marwes/combine/commit/ce1612ffa0a15547bc967474b511ec35eaaf743f"><code>ce1612f</code></a> feat: Add support for decoding using tokio_03</li> <li><a href="https://github.com/Marwes/combine/commit/e47d45ba1178306fc4ebfa11cb091f7db916dc2b"><code>e47d45b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/298">#298</a> from Marwes/length_prefix</li> <li><a href="https://github.com/Marwes/combine/commit/996383d4586a60cc968991ebf36016d3f7188496"><code>996383d</code></a> Fix no std</li> <li><a href="https://github.com/Marwes/combine/commit/c8f308f6a6a95d1f3e9d4223651e4a19cb67df59"><code>c8f308f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/305">#305</a> from Marwes/span</li> <li><a href="https://github.com/Marwes/combine/commit/9e343b2a0067ea70b049369ea1023c364c14b19d"><code>9e343b2</code></a> feat: Add a length_prefix combinator</li> <li>Additional commits viewable in <a href="https://github.com/Marwes/combine/compare/v4.3.0...v4.4.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 2020-11-19 10:50:34 +00:00
dependabot-preview[bot] commented 2020-12-28 10:25:15 +00:00 (Migrated from github.com)

Superseded by #302.

Superseded by #302.

Pull request closed

Sign in to join this conversation.
No description provided.