Skip to content

Commit a2ab2aa

Browse files
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](RustCrypto/MACs@hmac-v0.9.0...hmac-v0.10.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ec1c4a5 commit a2ab2aa

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 = "0.5"
1515
fallible-iterator = "0.2"
16-
hmac = "0.9"
16+
hmac = "0.10"
1717
md5 = "0.7"
1818
memchr = "2.0"
1919
rand = "0.7"

0 commit comments

Comments
 (0)