aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-30 17:17:52 -0600
committerGitHub <noreply@github.com>2021-08-30 17:17:52 -0600
commit358ccc07d18ffb2cb5f48f0ce47f65f789cb9924 (patch)
tree05cbdad5ca22409978ede235dff647ee175dd2b2
parent9b3f1cd68dbe9b1fef0b4f9152e15be6f986856b (diff)
downloadPAKEs-358ccc07d18ffb2cb5f48f0ce47f65f789cb9924.tar.xz
Bump num-bigint from 0.4.0 to 0.4.1 (#67)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 82a279c..f3f21e0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -186,9 +186,9 @@ checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
[[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 1.0.1",
"num-integer",