aboutsummaryrefslogtreecommitdiff
path: root/srp
diff options
context:
space:
mode:
authorTony Arcieri <bascule@gmail.com>2022-11-30 08:15:37 -0700
committerGitHub <noreply@github.com>2022-11-30 08:15:37 -0700
commit179fadb7fda45cad53fe39d5844e073ca9c73b99 (patch)
treeb95dc5340e180f9233f4219905b7d86073e7a478 /srp
parent40d49e60e4823fa041dee6f3fcc2c7747a942e00 (diff)
downloadPAKEs-179fadb7fda45cad53fe39d5844e073ca9c73b99.tar.xz
srp: switch from `sha-1` to `sha1` (#112)
The former is deprecated. Note: `dev-dependencies` only
Diffstat (limited to 'srp')
-rw-r--r--srp/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml
index 2ec163b..28f02af 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -20,8 +20,8 @@ lazy_static = "1.2"
subtle = "2.4"
[dev-dependencies]
+hex-literal = "0.3"
+num-traits = "0.2"
rand = "0.6"
+sha1 = "0.10"
sha2 = "0.10"
-sha-1 = "0.10"
-num-traits = "0.2"
-hex-literal = "0.3"