Update hmac requirement from 0.9 to 0.10

Updates the requirements on [hmac](https://github.com/RustCrypto/MACs) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/MACs/releases)
- [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.9.0...hmac-v0.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-19 13:24:08 +00:00 committed by GitHub
parent ec1c4a5c65
commit a2ab2aab5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ base64 = "0.13"
byteorder = "1.0"
bytes = "0.5"
fallible-iterator = "0.2"
hmac = "0.9"
hmac = "0.10"
md5 = "0.7"
memchr = "2.0"
rand = "0.7"