From 4fa64cd531e4f3a9175b52525f574e333e6506b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 03:04:19 +0000 Subject: [PATCH] Bump num-bigint from 0.4.0 to 0.4.1 Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.0 to 0.4.1. - [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.0...num-bigint-0.4.1) --- updated-dependencies: - dependency-name: num-bigint dependency-type: direct:production update-type: version-update:semver-patch ... 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 d9eb1cc..eccf518 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,9 +645,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512" +checksum = "76e97c412795abf6c24ba30055a8f20642ea57ca12875220b854cfa501bf1e48" dependencies = [ "autocfg", "num-integer", diff --git a/Cargo.toml b/Cargo.toml index 782b98b..4e11a16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1.0.66" bincode = "1.3.3" serde_cbor = "0.11.2" base64 = "0.13.0" -num-bigint = "0.4.0" +num-bigint = "0.4.1" num-traits = "0.2.14" chrono = { version = "0.4.19", features = ["serde"] } rand = { version = "0.8.4", package = "rand" }