From 079f7f9258964d586e48a9495da97ccedf40260c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 00:11:14 +0000 Subject: [PATCH] chore(deps): update rust crate num-bigint to 0.4.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f25b7c20c05..b92ab5f1c86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1399,9 +1399,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", diff --git a/Cargo.toml b/Cargo.toml index 71c04d355bd..426a2c9d0dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -297,7 +297,7 @@ memmap2 = "0.7" nix = { version = "0.26", default-features = false } nom = "7.1.3" notify = { version = "=6.0.1", features = ["macos_kqueue"] } -num-bigint = "0.4.3" +num-bigint = "0.4.4" num-traits = "0.2.16" number_prefix = "0.4" once_cell = "1.18.0"