From 38f0e9a9e139c50e10404e5809a571d2ed920791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 08:23:22 +0000 Subject: [PATCH] Bump num-bigint from 0.4.3 to 0.4.4 Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.3 to 0.4.4. - [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.3...num-bigint-0.4.4) --- 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 5a27685f8..3043f977d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,9 +360,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 d9d44c33c..e861e9668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ libm = "0.2.7" linked_list_allocator = "0.10.5" littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.3", default-features = false, features = ["alloc"] } -num-bigint = { version = "0.4.3", default-features = false } +num-bigint = { version = "0.4.4", default-features = false } num-traits = { version = "0.2.16", default-features = false } object = { version = "0.32.1", default-features = false, features = ["read"] } pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] }