diff options
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,13 +10,13 @@ keywords = ["crypto", "pake", "authentication"] categories = ["cryptography", "authentication"] [dependencies] -num = "*" -generic-array = "*" +num = "0.1" +generic-array = "0.8" rand = "0.3" -digest = "*" +digest = "0.6" [dev-dependencies] -sha2 = "*" +sha2 = "0.6" [badges] travis-ci = { repository = "RustCrypto/SRP" } |