aboutsummaryrefslogtreecommitdiff
path: root/srp
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-11-29 10:17:40 -0800
committerBrian Warner <warner@lothar.com>2018-11-29 10:17:40 -0800
commit635416c9216a854d6f9fc31f1a47a37988bd08d7 (patch)
tree5120f96c994b67c88ea61f09531c5d6aca14984f /srp
parent4f43b8385fca31a7894dfce29d93c7bdd30d752a (diff)
parentc888bae4afbf5267d9c5d22257f3add339160dac (diff)
downloadPAKEs-635416c9216a854d6f9fc31f1a47a37988bd08d7.tar.xz
Merge PR10: update-deps
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 65b47c0..5db8c3f 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -13,7 +13,7 @@ categories = ["cryptography", "authentication"]
num = "0.2"
generic-array = "0.12"
digest = "0.8"
-lazy_static = "0.2"
+lazy_static = "1.2"
[dev-dependencies]
rand = "0.6"