aboutsummaryrefslogtreecommitdiff
path: root/srp
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-30 12:41:42 -0700
committerGitHub <noreply@github.com>2021-04-30 12:41:42 -0700
commit3bd2093f60564f5e110651729e8d52850cee4678 (patch)
treeb8be44c0026d84e0573b2a55c1d9e8650473443a /srp
parent1666e0e54f45eddde6cb2630cb51d79069024df4 (diff)
downloadPAKEs-3bd2093f60564f5e110651729e8d52850cee4678.tar.xz
Bump num-bigint from 0.2.6 to 0.4.0 (#46)
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.2.6 to 0.4.0. - [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.2.6...num-bigint-0.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'srp')
-rw-r--r--srp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml
index bb068c7..92748e3 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -11,7 +11,7 @@ keywords = ["crypto", "pake", "authentication"]
categories = ["cryptography", "authentication"]
[dependencies]
-num-bigint = "0.2"
+num-bigint = "0.4"
generic-array = "0.14"
digest = "0.9"
lazy_static = "1.2"