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

Kriskras99 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 0a10af6  chore(deps): Bump num-bigint from 0.4.6 to 0.5.0 (#572)
0a10af6 is described below

commit 0a10af620d68dd076a6b344a490941051a6e41f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 13:12:20 2026 +0200

    chore(deps): Bump num-bigint from 0.4.6 to 0.5.0 (#572)
    
    Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.6 to 
0.5.0.
    - 
[Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
    - 
[Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.6...num-bigint-0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: num-bigint
      dependency-version: 0.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock      | 18 ++++++++++++++----
 avro/Cargo.toml |  2 +-
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 2af3d41..4d4da2f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -76,7 +76,7 @@ dependencies = [
  "log",
  "md-5",
  "miniz_oxide 0.9.1",
- "num-bigint",
+ "num-bigint 0.5.0",
  "ouroboros",
  "paste",
  "pretty_assertions",
@@ -174,7 +174,7 @@ checksum = 
"4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695"
 dependencies = [
  "autocfg",
  "libm",
- "num-bigint",
+ "num-bigint 0.4.7",
  "num-integer",
  "num-traits",
  "serde",
@@ -854,9 +854,19 @@ dependencies = [
 
 [[package]]
 name = "num-bigint"
-version = "0.4.6"
+version = "0.4.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "c863e9ab5e7bf9c99ba75e1050f1e4d624ae87ed3532d6238ffbdc7b585dbbe6"
+dependencies = [
+ "num-integer",
+ "num-traits",
+]
+
+[[package]]
+name = "num-bigint"
+version = "0.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
+checksum = "7032fbb7ef662c18e806aa75b311f68ddf5c94e8fc62832c0039d79095ab6abf"
 dependencies = [
  "num-integer",
  "num-traits",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index c994a94..65d04ae 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -57,7 +57,7 @@ crc32fast = { default-features = false, version = "1.5.0", 
optional = true }
 digest = { default-features = false, version = "0.11.3", features = 
["block-api"] }
 miniz_oxide = { default-features = false, version = "0.9.1", features = 
["with-alloc"] }
 log = { workspace = true }
-num-bigint = { default-features = false, version = "0.4.6", features = ["std", 
"serde"] }
+num-bigint = { default-features = false, version = "0.5.0", features = ["std", 
"serde"] }
 ouroboros = { default-features = false, version = "0.18.5", features = ["std"] 
}
 regex-lite = { default-features = false, version = "0.1.9", features = ["std", 
"string"] }
 serde = { workspace = true }

Reply via email to