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 afff8a0..bb068c7 100644 --- a/srp/Cargo.toml +++ b/srp/Cargo.toml @@ -12,7 +12,7 @@ categories = ["cryptography", "authentication"] [dependencies] num-bigint = "0.2" -generic-array = "0.12" +generic-array = "0.14" digest = "0.9" lazy_static = "1.2" |