Skip to content

Commit 4237843

Browse files
authored
Merge pull request #648 from sfackler/dependabot/cargo/hmac-0.9
Update hmac requirement from 0.8 to 0.9
2 parents fc131af + 26d7b38 commit 4237843

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)