Skip to content

Commit 83616fa

Browse files
Update hmac requirement from 0.10 to 0.11
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]>
1 parent 939218c commit 83616fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ base64 = "0.13"
1313
byteorder = "1.0"
1414
bytes = "1.0"
1515
fallible-iterator = "0.2"
16-
hmac = "0.10"
16+
hmac = "0.11"
1717
md-5 = "0.9"
1818
memchr = "2.0"
1919
rand = "0.8"

0 commit comments

Comments
 (0)