aboutsummaryrefslogtreecommitdiff
path: root/srp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'srp/Cargo.toml')
-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"