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.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c7e14d89 Bump bigdecimal from 0.4.2 to 0.4.3 in /lang/rust (#2789)
9c7e14d89 is described below

commit 9c7e14d89f80f7bea9c4d67d3ae98b86b5cff166
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 5 23:21:37 2024 +0200

    Bump bigdecimal from 0.4.2 to 0.4.3 in /lang/rust (#2789)
    
    Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.2 to 
0.4.3.
    - [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
    - [Commits](https://github.com/akubera/bigdecimal-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: bigdecimal
      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>
---
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index eb6689ee2..d73e469d6 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -157,9 +157,9 @@ dependencies = [
 
 [[package]]
 name = "bigdecimal"
-version = "0.4.2"
+version = "0.4.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c06619be423ea5bb86c95f087d5707942791a08a85530df0db2209a3ecfb8bc9"
+checksum = "9324c8014cd04590682b34f1e9448d38f0674d0f7b2dc553331016ef0e4e9ebc"
 dependencies = [
  "autocfg",
  "libm",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 56e1a30e4..e33f999e1 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -55,7 +55,7 @@ name = "single"
 
 [dependencies]
 apache-avro-derive = { default-features = false, version = "0.17.0", path = 
"../avro_derive", optional = true }
-bigdecimal = { default-features = false, version = "0.4.2", features = ["std", 
"serde"] }
+bigdecimal = { default-features = false, version = "0.4.3", features = ["std", 
"serde"] }
 bzip2 = { default-features = false, version = "0.4.4", optional = true }
 crc32fast = { default-features = false, version = "1.4.0", optional = true }
 digest = { default-features = false, version = "0.10.7", features = 
["core-api"] }

Reply via email to