aboutsummaryrefslogtreecommitdiff
path: root/srp/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-30 12:37:33 -0700
committerGitHub <noreply@github.com>2021-04-30 12:37:33 -0700
commit1666e0e54f45eddde6cb2630cb51d79069024df4 (patch)
treecd46f5b7c9ced06b4e9e15e546f8602dddd3893f /srp/Cargo.toml
parent5fabffe1570968b3333cbc2f8092a91bb9815004 (diff)
downloadPAKEs-1666e0e54f45eddde6cb2630cb51d79069024df4.tar.xz
Bump generic-array from 0.12.3 to 0.14.4 (#45)
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.14.4. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/compare/0.12.3...0.14.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 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"