dependabot[bot] opened a new pull request, #2960: URL: https://github.com/apache/avro/pull/2960
Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.3 to 0.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/akubera/bigdecimal-rs/releases">bigdecimal's releases</a>.</em></p> <blockquote> <h2>v0.4.4</h2> <h1>Changes</h1> <ul> <li>Revert formatting semantics to match Rust's meanings rather than Python's <ul> <li>The meaning of the formatting string <code>"{:.4}"</code> has returned to "4 digits after decimal place" rather than "four digits of precision"</li> </ul> </li> <li>Add new compile-time parameters for safer formatting <ul> <li>Configurable thresholds prevent printing out full decimal form of large numbers, like 1e999999999999999 (could be used in)</li> </ul> </li> <li>Improved JSON serialization / formatting routines</li> </ul> <blockquote> <p>[!NOTE] Please add your own tests to ensure this library formats (and continues to format) numbers as you expect</p> </blockquote> <ul> <li> <p>Added methods</p> <ul> <li><code>BigDecimalRef::clone_into</code></li> <li><code>BigDecimal::set_scale</code> (mutable version of <code>take_and_scale</code>)</li> </ul> </li> <li> <p>Optimized bigdecimal comparison algorithms</p> </li> <li> <p>Restricted versions of num-* crates to respect Minimum Supported Rust Version (1.43)</p> <ul> <li>I may raise this up soon</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/369dfaed970d91a9d0a27ba554c9579d595ebffb"><code>369dfae</code></a> v0.4.5</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/682343b7c54fa17bc5fff5a30ec95f810f83f1bf"><code>682343b</code></a> Version 0.4.5</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/4c5ee5af4168a5aaac1493da6947dd649192c801"><code>4c5ee5a</code></a> Remove i686 test-job in gitlab-ci</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/a439e793b0189ccd68df958d2ce1bf83a3fa95ff"><code>a439e79</code></a> Fix usize issues with 32-bit architecture</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/8f2936c2a120d69e592d97fc52422d01a3737314"><code>8f2936c</code></a> Add i686 test-job to gitlab-ci</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/dc70ccaf2c088e39e45319acb9bb21fb6d03a101"><code>dc70cca</code></a> Replace more references of usize with u64 for 32-bit arch</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/a64bdbf4131c96b3bcb26d0fa24c5acd151f5515"><code>a64bdbf</code></a> Fix digit counting for 32-bit arch in impl_fmt</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/570ed33c31c2b7e32f5ad46f733953e882f70f70"><code>570ed33</code></a> Standardize capitalization</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/bee64e846ac3f9a70b09d9e8972214e4ded58804"><code>bee64e8</code></a> Remove invalid unwrap</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/ed1757a9242657fe98805d3bbeac5d181805fb35"><code>ed1757a</code></a> Update .circleci to respect Cargo.lock</li> <li>Additional commits viewable in <a href="https://github.com/akubera/bigdecimal-rs/compare/v0.4.3...v0.4.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org