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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e78e98  chore(deps): Bump bigdecimal from 0.4.9 to 0.4.10 (#379)
2e78e98 is described below

commit 2e78e98567e19d43457c56dd70ff6db564200ed8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 06:25:01 2025 +0200

    chore(deps): Bump bigdecimal from 0.4.9 to 0.4.10 (#379)
    
    Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.9 to 
0.4.10.
    - [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
    - 
[Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.4.9...v0.4.10)
    
    ---
    updated-dependencies:
    - dependency-name: bigdecimal
      dependency-version: 0.4.10
      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 ++--
 avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 778e7c6..f41453f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -160,9 +160,9 @@ dependencies = [
 
 [[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/avro/Cargo.toml b/avro/Cargo.toml
index a28658e..72b4200 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -54,7 +54,7 @@ name = "single"
 
 [dependencies]
 apache-avro-derive = { default-features = false, version = "0.22.0", path = 
"../avro_derive", optional = true }
-bigdecimal = { default-features = false, version = "0.4.9", features = ["std", 
"serde"] }
+bigdecimal = { default-features = false, version = "0.4.10", features = 
["std", "serde"] }
 bon = { default-features = false, version = "3.8.1" }
 bzip2 = { version = "0.6.1", optional = true }
 crc32fast = { default-features = false, version = "1.5.0", optional = true }

Reply via email to