Switch to RustCrypto for hashes.

This commit is contained in:
Emmanuel Gil Peyrot 2019-01-17 23:32:39 +01:00
commit 13d6340298
2 changed files with 12 additions and 3 deletions

View file

@ -20,6 +20,8 @@ scram = ["openssl"]
[dependencies]
base64 = "0.10"
sha-1 = "0.8"
sha2 = "0.8"
[dependencies.openssl]
version = "0.10.7"