diff options
-rw-r--r-- | srp/Cargo.toml | 2 |
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" |