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 28f02af..29a7a9a 100644 --- a/srp/Cargo.toml +++ b/srp/Cargo.toml @@ -22,6 +22,6 @@ subtle = "2.4" [dev-dependencies] hex-literal = "0.3" num-traits = "0.2" -rand = "0.6" +rand = "0.8" sha1 = "0.10" sha2 = "0.10" |