From e3ebbf9b917376b5ab09a1a9a7f4d56698d0555d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 20:36:02 +0000 Subject: [PATCH] Bump num-bigint from 0.4.2 to 0.4.3 Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/rust-num/num-bigint/releases) - [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.2...num-bigint-0.4.3) --- updated-dependencies: - dependency-name: num-bigint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bf6f1f..49aaf9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,9 +402,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74e768dff5fb39a41b3bcd30bb25cf989706c90d028d1ad71971987aa309d535" +checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" dependencies = [ "autocfg", "num-integer", diff --git a/Cargo.toml b/Cargo.toml index 1319973..a49fc26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ colored = "2.0.0" ipnetwork = "0.18.0" dialoguer = "0.8.0" num-format = "0.4.0" -num-bigint = "0.4.2" +num-bigint = "0.4.3" rayon = "1.3.1"