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 d34c384b Bump bigdecimal from 0.4.8 to 0.4.9 (#1475)
d34c384b is described below
commit d34c384bf317c2651cbd91a57884051e2120cc88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 22 16:57:45 2025 +0800
Bump bigdecimal from 0.4.8 to 0.4.9 (#1475)
Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.8 to
0.4.9.
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
-
[Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.4.8...v0.4.9)
---
updated-dependencies:
- dependency-name: bigdecimal
dependency-version: 0.4.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 14d57f46..c9f03f8a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -452,9 +452,9 @@ checksum =
"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bigdecimal"
-version = "0.4.8"
+version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
+checksum = "560f42649de9fa436b73517378a147ec21f6c997a546581df4b4b31677828934"
dependencies = [
"autocfg",
"libm",
diff --git a/Cargo.toml b/Cargo.toml
index 759a0f1d..beb2c99a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,7 +75,7 @@ serde_json = { version = "1.0.96" }
# other dependencies
async-trait = "0.1.89"
base64 = "0.22.1"
-bigdecimal = "0.4.8"
+bigdecimal = "0.4.9"
bitvec = "1.0.1"
byteorder = "1.5.0"
bytes = "1.10.1"