You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/08/23 19:13:29 UTC

[avro] branch branch-1.11 updated: Bump num-bigint from 0.4.3 to 0.4.4 in /lang/rust (#2464)

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 f17821779 Bump num-bigint from 0.4.3 to 0.4.4 in /lang/rust (#2464)
f17821779 is described below

commit f1782177976aaf84d51a22cddfdfc5dcca50645e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 23 22:12:31 2023 +0300

    Bump num-bigint from 0.4.3 to 0.4.4 in /lang/rust (#2464)
    
    Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.3 to 0.4.4.
    - [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.3...num-bigint-0.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: num-bigint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 514d49703c694c84914d9d99a967639d9b06cf41)
---
 lang/rust/Cargo.lock      | 8 ++++----
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 1defb79b3..b001a81d1 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -702,9 +702,9 @@ dependencies = [
 
 [[package]]
 name = "num-bigint"
-version = "0.4.3"
+version = "0.4.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
+checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
 dependencies = [
  "autocfg",
  "num-integer",
@@ -723,9 +723,9 @@ dependencies = [
 
 [[package]]
 name = "num-traits"
-version = "0.2.15"
+version = "0.2.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
+checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 dependencies = [
  "autocfg",
  "libm",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index cccf9eb8e..b358eff64 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -61,7 +61,7 @@ digest = { default-features = false, version = "0.10.7", features = ["core-api"]
 lazy_static = { default-features = false, version = "1.4.0" }
 libflate = { default-features = false, version = "2.0.0", features = ["std"] }
 log = { default-features = false, version = "0.4.20" }
-num-bigint = { default-features = false, version = "0.4.3" }
+num-bigint = { default-features = false, version = "0.4.4" }
 regex-lite = { default-features = false, version = "0.1.0", features = ["std", "string"] }
 serde = { default-features = false, version = "1.0.185", features = ["derive"] }
 serde_json = { default-features = false, version = "1.0.105", features = ["std"] }