dependabot[bot] opened a new pull request, #37: URL: https://github.com/apache/avro-rs/pull/37
Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.5 to 0.4.6. <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.6</h2> <h2>Changes</h2> <ul> <li> <p>Fix error in formatting code that would skip "carrying the one" when rounding up series of nines, overflowing</p> </li> <li> <p>Improved implementation of sqrt and cbrt</p> </li> <li> <p>Uses consistent rounding implementations in formatting and arithmetic operations</p> </li> <li> <p>Add new constructor methods <code>BigDecimal::from_bigint</code> & <code>BigDecimal::from_biguint</code></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/148b4cf5db9d35bf62169facd9681e208f9cbccd"><code>148b4cf</code></a> v0.4.6</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/2f2a072445fbfe751066c722a96dd4fe4876c607"><code>2f2a072</code></a> Version 0.4.6</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/e3ffe6a46356474ec1faa5ac8b7b2102136b6f34"><code>e3ffe6a</code></a> Fix clippy lints</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/1e9627223ff315e262971e91bd1decbe3f175121"><code>1e96272</code></a> Merge reimplementation of cbrt into trunk</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/ea5347251c6c04a059ad1463cf7e4c107763e7fb"><code>ea53472</code></a> Reimplement impl_cbrt_int_scale</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/bcf065a6b54791b3f15a8319699752e4de6cf763"><code>bcf065a</code></a> Add method BigDecimalRef::count_trailing_zeroes</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/e94bdaf230889fbc974010fc99853380812e4401"><code>e94bdaf</code></a> Add struct WithScale</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/8886fc057d5d9b700121d442cd4656ddcf91c234"><code>8886fc0</code></a> Add arithmetic function multiply_by_ten_to_the_uint</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/3c58a3e850d5121405f919f1f71556fb5dfbe567"><code>3c58a3e</code></a> Fix compatibility with Rust 1.43</li> <li><a href="https://github.com/akubera/bigdecimal-rs/commit/f68a86f9119bc8cb7fda11313aadd7b149de7a59"><code>f68a86f</code></a> Merge fix to formatting bug into trunk</li> <li>Additional commits viewable in <a href="https://github.com/akubera/bigdecimal-rs/compare/v0.4.5...v0.4.6">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