diff options
Diffstat (limited to 'srp/Cargo.toml')
-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 ced32e7..65b47c0 100644 --- a/srp/Cargo.toml +++ b/srp/Cargo.toml @@ -16,7 +16,7 @@ digest = "0.8" lazy_static = "0.2" [dev-dependencies] -rand = "0.5" +rand = "0.6" sha2 = "0.8" sha-1 = "0.8" |