You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2021/09/14 16:02:07 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request #1338: Update num-bigint requirement from 0.3.3 to 0.4.2 in /lang/rust

dependabot[bot] opened a new pull request #1338:
URL: https://github.com/apache/avro/pull/1338


   Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/rust-num/num-bigint/blob/master/RELEASES.md">num-bigint's changelog</a>.</em></p>
   <blockquote>
   <h1>Release 0.4.2 (2021-09-03)</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/219">Use explicit <code>Integer::div_ceil</code> to avoid the new unstable method.</a></li>
   </ul>
   <p><strong>Contributors</strong>: <a href="https://github.com/catenacyber"><code>@​catenacyber</code></a>, <a href="https://github.com/cuviper"><code>@​cuviper</code></a></p>
   <h1>Release 0.4.1 (2021-08-27)</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/200">Fixed scalar divide-by-zero panics.</a></li>
   <li><a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/208">Implemented <code>DoubleEndedIterator</code> for <code>U32Digits</code> and <code>U64Digits</code>.</a></li>
   <li><a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/199">Optimized multiplication to avoid unnecessary allocations.</a></li>
   <li><a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/216">Optimized string formatting for very large values.</a></li>
   </ul>
   <p><strong>Contributors</strong>: <a href="https://github.com/cuviper"><code>@​cuviper</code></a>, <a href="https://github.com/PatrickNorton"><code>@​PatrickNorton</code></a></p>
   <h1>Release 0.4.0 (2021-03-05)</h1>
   <h3>Breaking Changes</h3>
   <ul>
   <li>Updated public dependences on <a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/194">arbitrary, quickcheck</a>, and <a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/185">rand</a>:
   <ul>
   <li><code>arbitrary</code> support has been updated to 1.0, requiring Rust 1.40.</li>
   <li><code>quickcheck</code> support has been updated to 1.0, requiring Rust 1.46.</li>
   <li><code>rand</code> support has been updated to 0.8, requiring Rust 1.36.</li>
   </ul>
   </li>
   <li><a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/195"><code>Debug</code> now shows plain numeric values for <code>BigInt</code> and <code>BigUint</code></a>,
   rather than the raw list of internal digits.</li>
   </ul>
   <p><strong>Contributors</strong>: <a href="https://github.com/cuviper"><code>@​cuviper</code></a>, <a href="https://github.com/Gelbpunkt"><code>@​Gelbpunkt</code></a></p>
   <h1>Release 0.3.3 (2021-09-03)</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rust-num/num-bigint/pull/219">Use explicit <code>Integer::div_ceil</code> to avoid the new unstable method.</a></li>
   </ul>
   <p><strong>Contributors</strong>: <a href="https://github.com/catenacyber"><code>@​catenacyber</code></a>, <a href="https://github.com/cuviper"><code>@​cuviper</code></a></p>
   <h1>Release 0.3.2 (2021-03-04)</h1>
   <ul>
   <li>[The new <code>BigUint</code> methods <code>count_ones</code> and <code>trailing_ones</code>][175] return the
   number of <code>1</code> bits in the entire value or just its least-significant tail,
   respectively.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rust-num/num-bigint/commit/8ee0b9ac69a43a44cbc648e3524e594e7db54eb3"><code>8ee0b9a</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-bigint/issues/219">#219</a></li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/1469ed68d16bcaa069965dcecf4cab0dbcde3b92"><code>1469ed6</code></a> Fix div_ceil with rand and serde too</li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/22940ca4e21b972873458b79bb02d084c204e6b2"><code>22940ca</code></a> Release 0.4.2</li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/de57106cd499eb1a9d7330606b5bb3021209350a"><code>de57106</code></a> Adjust shadowed names around div_ceil</li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/a8fc78c1e28c55af83a57d97dff3f6a93c45b46c"><code>a8fc78c</code></a> rust: use explicitily Integer::div_ceil</li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/c73cffcbbd24093d540c21321b119fc2c9cc0068"><code>c73cffc</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-bigint/issues/217">#217</a></li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/ea5025efc8ec5a83da39a9f701e6ee48bfe236f3"><code>ea5025e</code></a> Release 0.4.1</li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/9ea47574c78e0f920d1ffaefa2f38d0686474992"><code>9ea4757</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-bigint/issues/216">#216</a></li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/3753602c59257bed954a49a42b34c7db4fcc791c"><code>3753602</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-bigint/issues/208">#208</a></li>
   <li><a href="https://github.com/rust-num/num-bigint/commit/25e96286981aa705afbc1fc35c40309379c9b29f"><code>25e9628</code></a> Downgrade arbitrary for Rust &lt; 1.51</li>
   <li>Additional commits viewable in <a href="https://github.com/rust-num/num-bigint/compare/num-bigint-0.3.3...num-bigint-0.4.2">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)
   
   
   </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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [avro] dkulp merged pull request #1338: Update num-bigint requirement from 0.3.3 to 0.4.2 in /lang/rust

Posted by GitBox <gi...@apache.org>.
dkulp merged pull request #1338:
URL: https://github.com/apache/avro/pull/1338


   


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org