diff options
Diffstat (limited to 'srp/Cargo.toml')
-rw-r--r-- | srp/Cargo.toml | 2 |
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" |