Skip to content

Commit a4fd89e

Browse files
authored
Merge pull request #676 from sfackler/dependabot/cargo/hmac-0.10
Update hmac requirement from 0.9 to 0.10
2 parents ec1c4a5 + a2ab2aa commit a4fd89e

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)