From 105d3c1221328a6a1758aac4447b98c85d77894b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:44:54 +0300 Subject: [PATCH] Bump num-bigint from 0.4.5 to 0.4.6 in /lang/rust (#2988) --- 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 88407c37060..6d9cceb43d2 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 3b75e33a2a4..f73e23cf8ce 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 }