Update combine requirement from ~4.2 to ~4.3 #298

Merged
dependabot-preview[bot] merged 1 commit from dependabot/cargo/combine-approx-4.3 into master 2020-10-29 18:04:31 +00:00
dependabot-preview[bot] commented 2020-08-27 10:35:59 +00:00 (Migrated from github.com)

Updates the requirements on combine to permit the latest version.

Changelog

Sourced from combine's changelog.

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

  • Use size_hint in iterate (b2649e3b)
  • Pre-allocate collections for count* parsers (5f37857c)

v4.2.0 (2020-05-17)

Features

  • Add any_send_sync_partial_state (7e90807a)

v4.1.0 (2020-04-22)

4.0.1 (2020-01-23)

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> <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> <ul> <li>Use size_hint in iterate (<a href="https://github.com/Marwes/combine/commit/b2649e3b467fc84ef48a91d56ec1fcb40291978e">b2649e3b</a>)</li> <li>Pre-allocate collections for count* parsers (<a href="https://github.com/Marwes/combine/commit/5f37857c988b81c2b0613d6f2ab14576c794ae99">5f37857c</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>v4.2.0 (2020-05-17)</h2> <h4>Features</h4> <ul> <li>Add any_send_sync_partial_state (<a href="https://github.com/Marwes/combine/commit/7e90807a0949411b6aaf24a677e6530a530a1478">7e90807a</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>v4.1.0 (2020-04-22)</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h3>4.0.1 (2020-01-23)</h3> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Marwes/combine/commit/e5345e845949db26fe0315aba73a468708052121"><code>e5345e8</code></a> (cargo-release) version 4.3.1</li> <li><a href="https://github.com/Marwes/combine/commit/91464607c19f2e7441bf4683f8ca73869e859b4e"><code>9146460</code></a> Updated changelog</li> <li><a href="https://github.com/Marwes/combine/commit/82b908d80ac21aeab27b169a1f1857a68a6bb11c"><code>82b908d</code></a> fix: Make the decode macros work for redis</li> <li><a href="https://github.com/Marwes/combine/commit/eb069fdce0fa9a50c9f57bb5144fcead5b068f8b"><code>eb069fd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/294">#294</a> from SirWindfield/patch-1</li> <li><a href="https://github.com/Marwes/combine/commit/7f5f6be4bb655bde22e0ee194fcb833e52923102"><code>7f5f6be</code></a> chore(readme): fix typo</li> <li><a href="https://github.com/Marwes/combine/commit/141c94ffc1c0be3b4ee7b6329e642affcd902123"><code>141c94f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/292">#292</a> from Y0hy0h/patch-1</li> <li><a href="https://github.com/Marwes/combine/commit/f8ef6c555b2afb1bb91e3654d4b4957967195ddf"><code>f8ef6c5</code></a> Fix formatting of doc test</li> <li><a href="https://github.com/Marwes/combine/commit/248a6ed5bd6eabaab149ea05b237b37e8be40e93"><code>248a6ed</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/291">#291</a> from Y0hy0h/patch-1</li> <li><a href="https://github.com/Marwes/combine/commit/9384e28cf8caa85b3b304b59b436abfb25f43ab4"><code>9384e28</code></a> Reword documentation</li> <li><a href="https://github.com/Marwes/combine/commit/093aa5db3643caab6a6c210a228b1bfc4cdd848a"><code>093aa5d</code></a> Fix doc example</li> <li>Additional commits viewable in <a href="https://github.com/Marwes/combine/compare/v4.2.0...v4.3.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) approved these changes 2020-10-29 18:04:24 +00:00
Sign in to join this conversation.
No description provided.