Skip to content

Commit

Permalink
Update hmac requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [hmac](https://github.com/RustCrypto/MACs) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/MACs/releases)
- [Commits](RustCrypto/MACs@hmac-v0.10.0...hmac-v0.11.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2021
1 parent 939218c commit 83616fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ base64 = "0.13"
byteorder = "1.0"
bytes = "1.0"
fallible-iterator = "0.2"
hmac = "0.10"
hmac = "0.11"
md-5 = "0.9"
memchr = "2.0"
rand = "0.8"
Expand Down

0 comments on commit 83616fa

Please sign in to comment.