From 179fadb7fda45cad53fe39d5844e073ca9c73b99 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 30 Nov 2022 08:15:37 -0700 Subject: srp: switch from `sha-1` to `sha1` (#112) The former is deprecated. Note: `dev-dependencies` only --- srp/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'srp') 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" -- cgit v1.2.3