Switch to RustCrypto for Hmac.
This commit is contained in:
parent
13d6340298
commit
392b1c66b1
2 changed files with 16 additions and 10 deletions
|
|
@ -22,6 +22,7 @@ scram = ["openssl"]
|
|||
base64 = "0.10"
|
||||
sha-1 = "0.8"
|
||||
sha2 = "0.8"
|
||||
hmac = "0.7"
|
||||
|
||||
[dependencies.openssl]
|
||||
version = "0.10.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue