]> git.lizzy.rs Git - PAKEs.git/commitdiff
deps: update srp to lazy_static-1.2
authorBrian Warner <warner@lothar.com>
Wed, 28 Nov 2018 19:28:10 +0000 (11:28 -0800)
committerBrian Warner <warner@lothar.com>
Wed, 28 Nov 2018 19:28:10 +0000 (11:28 -0800)
srp/Cargo.toml

index 65b47c0f5534cb9b5957823e2a763e44c1b89fb9..5db8c3fb709952aca7f762021b30d830f2000153 100644 (file)
@@ -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"