Switch to RustCrypto for hashes.
This commit is contained in:
parent
9e9f09a9a5
commit
13d6340298
2 changed files with 12 additions and 3 deletions
|
|
@ -20,6 +20,8 @@ scram = ["openssl"]
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.10"
|
||||
sha-1 = "0.8"
|
||||
sha2 = "0.8"
|
||||
|
||||
[dependencies.openssl]
|
||||
version = "0.10.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue