This is an automated email from the ASF dual-hosted git repository.

richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fc9d449 Bump bigdecimal from 0.4.9 to 0.4.10 (#1798)
5fc9d449 is described below

commit 5fc9d4492ddf27abbf9065305e86a2c82097c43e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 16:53:18 2025 +0800

    Bump bigdecimal from 0.4.9 to 0.4.10 (#1798)
    
    Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.9
    to 0.4.10.
    <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.10</h2>
    <h2>Changes</h2>
    <ul>
    <li>Add comparison operators between BigDecimal and primitive
    integers</li>
    <li>Improve accuracy of initial iteration in square-root
    calculation</li>
    <li>Only include necessary Rust files in the released package (no extra
    dev-scripts when downloading)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/ea0803e5dbaea8dd87d7b5d53d3fd366310a6f4f";><code>ea0803e</code></a>
    v0.4.10</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/a53d3af14ae086e11613326b378a018298bbefdb";><code>a53d3af</code></a>
    Version 0.4.10</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/6d8fd8355f2aa38f10d3b4c804f90d2a4cbd6369";><code>6d8fd83</code></a>
    Enforce decimal precision in sqrt tests</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/c1f8f91a62c7081bb2612cf7af8257cea5fb67c1";><code>c1f8f91</code></a>
    Move sqrt tests into sqrt.tests.rs</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/95dff411a1bc50e209c8fbb4f945447d353c4e01";><code>95dff41</code></a>
    Add methods for constructing DigitVec from u128</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/9bf2efc3bd32f1c624ddc8157461ca191b98d1cd";><code>9bf2efc</code></a>
    Correct index at which we add carry</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/df4cb29a334a3797bb76216ef1094994d839d149";><code>df4cb29</code></a>
    Merge primitive-int comparison branch into trunk</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/105eb60b3579ed1282f708c8998c52a6dddc83b4";><code>105eb60</code></a>
    Update doc-comments in bigdigit/alignment</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/05717322f556dddf193a15e381a85995c942dcf7";><code>0571732</code></a>
    Update all parsing in tests to explicit BigDecimal type</li>
    <li><a
    
href="https://github.com/akubera/bigdecimal-rs/commit/ed1f8a9151967ee8b5b7616e50898cbf6f03a1ab";><code>ed1f8a9</code></a>
    Implement comparison with primitive integers</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/akubera/bigdecimal-rs/compare/v0.4.9...v0.4.10";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bigdecimal&package-manager=cargo&previous-version=0.4.9&new-version=0.4.10)](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>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 40c554ee..3c6dde26 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -467,9 +467,9 @@ checksum = 
"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 
 [[package]]
 name = "bigdecimal"
-version = "0.4.9"
+version = "0.4.10"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "560f42649de9fa436b73517378a147ec21f6c997a546581df4b4b31677828934"
+checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695"
 dependencies = [
  "autocfg",
  "libm",
diff --git a/Cargo.toml b/Cargo.toml
index 53062be8..62f1abda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ serde_json = { version = "1.0.96" }
 # other dependencies
 async-trait = "0.1.89"
 base64 = "0.22.1"
-bigdecimal = "0.4.9"
+bigdecimal = "0.4.10"
 bitvec = "1.0.1"
 byteorder = "1.5.0"
 bytes = "1.11.0"

Reply via email to