From b3ff54f7a82e67af177285a875389b62ff89a282 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 28 Nov 2018 11:28:10 -0800 Subject: [PATCH] deps: update srp to lazy_static-1.2 --- srp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.44.0