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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 550907514 Bump num-bigint from 0.4.5 to 0.4.6 in /lang/rust (#2988)
550907514 is described below

commit 55090751475d564399f3093057f2cef601d4925c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 29 08:44:54 2024 +0300

    Bump num-bigint from 0.4.5 to 0.4.6 in /lang/rust (#2988)
    
    (cherry picked from commit 105d3c1221328a6a1758aac4447b98c85d77894b)
---
 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 88407c370..6d9cceb43 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -810,9 +810,9 @@ dependencies = [
 
 [[package]]
 name = "num-bigint"
-version = "0.4.5"
+version = "0.4.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
+checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 dependencies = [
  "num-integer",
  "num-traits",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 3b75e33a2..f73e23cf8 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -61,7 +61,7 @@ crc32fast = { default-features = false, version = "1.4.2", 
optional = true }
 digest = { default-features = false, version = "0.10.7", features = 
["core-api"] }
 libflate = { default-features = false, version = "2.1.0", features = ["std"] }
 log = { workspace = true }
-num-bigint = { default-features = false, version = "0.4.5", features = ["std", 
"serde"] }
+num-bigint = { default-features = false, version = "0.4.6", features = ["std", 
"serde"] }
 regex-lite = { default-features = false, version = "0.1.6", features = ["std", 
"string"] }
 serde = { workspace = true }
 serde_json = { workspace = true }

Reply via email to