aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-11-28 11:28:10 -0800
committerBrian Warner <warner@lothar.com>2018-11-28 11:28:10 -0800
commitb3ff54f7a82e67af177285a875389b62ff89a282 (patch)
tree0e253fe63307692f48095d91bd80db97be658784
parent4f43b8385fca31a7894dfce29d93c7bdd30d752a (diff)
downloadPAKEs-b3ff54f7a82e67af177285a875389b62ff89a282.tar.xz
deps: update srp to lazy_static-1.2
-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"