Skip to content

Commit 26d7b38

Browse files
Update hmac requirement from 0.8 to 0.9
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.8.0...hmac-v0.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent fc131af commit 26d7b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ base64 = "0.12"
1313
byteorder = "1.0"
1414
bytes = "0.5"
1515
fallible-iterator = "0.2"
16-
hmac = "0.8"
16+
hmac = "0.9"
1717
md5 = "0.7"
1818
memchr = "2.0"
1919
rand = "0.7"

0 commit comments

Comments
 (0)