From 858a6c9d177c0eb1ba9912c6200e88f80ca0f88f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:28:41 +0000 Subject: [PATCH] chore(deps): update rust crate num-bigint to 0.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de7c7648f..842467e30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -296,7 +296,7 @@ nix = { version="0.26", default-features=false } nom = "7.1.1" notify = { version = "=5.0.0", features=["macos_kqueue"]} num_cpus = "1.14" -num-bigint = "0.4.0" +num-bigint = "0.4.3" num-traits = "0.2.15" number_prefix = "0.4" once_cell = "1.13.1"