dependabot[bot] opened a new pull request, #7249:
URL: https://github.com/apache/arrow-rs/pull/7249

   Updates the requirements on 
[bincode](https://github.com/bincode-org/bincode) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/bincode-org/bincode/releases";>bincode's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.0.0</h2>
   <p>Stable! Finally! After 4 years in development! Many changes have made it 
in since rc.3, including (unfortunately) some last minute breaking changes. But 
documentation has been cleaned up to a point where we finally feel comfortable 
committing to things as they are.</p>
   <p>If you haven't been following along with the 2.0 changes here is a brief 
overview</p>
   <ul>
   <li>Completely rewritten API decoupled from serde</li>
   <li><code>no_std</code> support</li>
   <li>Official format specification</li>
   <li>Default configuration changes</li>
   <li>Increase MSRV to 1.85.0</li>
   </ul>
   <h2>What's Changed since 1.3.1</h2>
   <ul>
   <li>Fix <code>WithOtherTrailing</code> and <code>WithOtherIntEncoding</code> 
by <a href="https://github.com/luben";><code>@​luben</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/342";>bincode-org/bincode#342</a></li>
   <li>Update docs to highlight differences between DefaultOptions and fns by 
<a href="https://github.com/apgoetz";><code>@​apgoetz</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/373";>bincode-org/bincode#373</a></li>
   <li>Address questions regarding suitability for storage and untrusted inputs 
by <a href="https://github.com/mbr";><code>@​mbr</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/346";>bincode-org/bincode#346</a></li>
   <li>Fixed a stray comment. by <a 
href="https://github.com/manuthambi";><code>@​manuthambi</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/360";>bincode-org/bincode#360</a></li>
   <li>update CI to new branching scheme by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/376";>bincode-org/bincode#376</a></li>
   <li>clarify msrv support by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/375";>bincode-org/bincode#375</a></li>
   <li>fix linting ci error by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/377";>bincode-org/bincode#377</a></li>
   <li>prep branch for 2.0 work by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/379";>bincode-org/bincode#379</a></li>
   <li>Update URLs and some cleanups by <a 
href="https://github.com/atouchet";><code>@​atouchet</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/383";>bincode-org/bincode#383</a></li>
   <li>fix typo by <a href="https://github.com/ehooi";><code>@​ehooi</code></a> 
in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/392";>bincode-org/bincode#392</a></li>
   <li>Edit version badge link by <a 
href="https://github.com/atouchet";><code>@​atouchet</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/389";>bincode-org/bincode#389</a></li>
   <li>Optimize varint parsing by <a 
href="https://github.com/saethlin";><code>@​saethlin</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/337";>bincode-org/bincode#337</a></li>
   <li>Fix CI on trunk by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/408";>bincode-org/bincode#408</a></li>
   <li>Update logo by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/407";>bincode-org/bincode#407</a></li>
   <li>Make bincode_derive 0 dependencies by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/409";>bincode-org/bincode#409</a></li>
   <li>Config rewrite by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/412";>bincode-org/bincode#412</a></li>
   <li>Reintroduce varint optimizations by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/414";>bincode-org/bincode#414</a></li>
   <li>Feature/deserde by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/413";>bincode-org/bincode#413</a></li>
   <li>Updated readme.md and added a test for the examples by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/417";>bincode-org/bincode#417</a></li>
   <li>Update authors to reflect current code state by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/418";>bincode-org/bincode#418</a></li>
   <li>Add necessary metadata to bincode_derive by <a 
href="https://github.com/ZoeyR";><code>@​ZoeyR</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/420";>bincode-org/bincode#420</a></li>
   <li>Replace test-all-features with a manual CI matrix by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/419";>bincode-org/bincode#419</a></li>
   <li>Made the zigzag encoding examples compile and run by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/421";>bincode-org/bincode#421</a></li>
   <li>Fix some typos by <a 
href="https://github.com/Seppel3210";><code>@​Seppel3210</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/423";>bincode-org/bincode#423</a></li>
   <li>Generate qualified Result type in derive by <a 
href="https://github.com/andrenth";><code>@​andrenth</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/430";>bincode-org/bincode#430</a></li>
   <li>Fixes for 427 by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/428";>bincode-org/bincode#428</a></li>
   <li>split off BorrowDecode from Decode in bincode_derive by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/432";>bincode-org/bincode#432</a></li>
   <li>functions to enable encoding/decoding serde types by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/422";>bincode-org/bincode#422</a></li>
   <li>Allow serde types to be Decode/Encoded by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/434";>bincode-org/bincode#434</a></li>
   <li>Release 2.0.0-alpha.1 by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/435";>bincode-org/bincode#435</a></li>
   <li>Added Decode/Encode for HashMap<!-- raw HTML omitted --> by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/438";>bincode-org/bincode#438</a></li>
   <li>Added test case for a borrowed str by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/441";>bincode-org/bincode#441</a></li>
   <li>Fixed clippy warnings by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/447";>bincode-org/bincode#447</a></li>
   <li>Impl BorrowDecode for Option<!-- raw HTML omitted --> by <a 
href="https://github.com/songzhi";><code>@​songzhi</code></a> in <a 
href="https://redirect.github.com/bincode-org/bincode/pull/446";>bincode-org/bincode#446</a></li>
   <li>Feature/config limit by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/439";>bincode-org/bincode#439</a></li>
   <li>[Breaking change] Made all <code>decode_from_slice</code> also return 
the number of bytes read by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/445";>bincode-org/bincode#445</a></li>
   <li>Extract virtue by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/443";>bincode-org/bincode#443</a></li>
   <li>Made the CI also check the benchmarks, fixed compile issue in benchmarks 
by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/449";>bincode-org/bincode#449</a></li>
   <li>Made the derive macros automatically implement the required traits on 
generic arguments by <a 
href="https://github.com/VictorKoenders";><code>@​VictorKoenders</code></a> in 
<a 
href="https://redirect.github.com/bincode-org/bincode/pull/454";>bincode-org/bincode#454</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/a338109a4769df109c0a1fb9748f54a7509b2b80";><code>a338109</code></a>
 2.0.0 stable (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/742";>#742</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/c8a42f7ad4529717444e19aaf556b377a64821fa";><code>c8a42f7</code></a>
 Decode context (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/749";>#749</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/56da69694c3951d6b6837ebd045c4a639549cad7";><code>56da696</code></a>
 make serde decode api consistent (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/748";>#748</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/1332236410cbb74ce1c20d6aceeabd6e4b213cc6";><code>1332236</code></a>
 Expose types implementing <code>serde::Serializer</code> and 
<code>Deserializer</code> (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/729";>#729</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/d8baf439111d74d5c3da6a1da2c20fe9d5712348";><code>d8baf43</code></a>
 Finally got around to updating the spec based on feedback (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/741";>#741</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/75b2928fd97453ac8573efba1cf1f9167a178d10";><code>75b2928</code></a>
 Document making serde an optional dependency (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/746";>#746</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/5727e67f75c4e4178b7e367d5ac72020bb8d5f43";><code>5727e67</code></a>
 Fix CI and clippy (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/747";>#747</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/0ab1f715ae824b84010f0d020a0ecd47227223e2";><code>0ab1f71</code></a>
 chore typo fix README.md (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/737";>#737</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/29d8d84d3269f6e9b122c0ef6d8ea300dee3048f";><code>29d8d84</code></a>
 impl basic traits for <code>Compat</code> and <code>BorrowCompat</code> (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/734";>#734</a>)</li>
   <li><a 
href="https://github.com/bincode-org/bincode/commit/330e2772c7b01de6ffbd4baf3510589814ec50ba";><code>330e277</code></a>
 Fix typo in spec.md (<a 
href="https://redirect.github.com/bincode-org/bincode/issues/730";>#730</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bincode-org/bincode/compare/v1.3.3...v2.0.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to