Skip to content

Commit f0eccf3

Browse files
authored
Merge pull request #287 from FauxFaux/bump-crypto-deps
bump generic-array dependents' versions
2 parents 767a8d4 + 58133f3 commit f0eccf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgres-protocol/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ base64 = "0.5"
1313
byteorder = "1.0"
1414
bytes = "0.4"
1515
fallible-iterator = "0.1"
16-
generic-array = "0.7"
17-
hmac = "0.1"
16+
generic-array = "0.8"
17+
hmac = "0.4"
1818
md5 = "0.3"
1919
memchr = "1.0"
2020
rand = "0.3"
21-
sha2 = "0.5"
21+
sha2 = "0.6"
2222
stringprep = "0.1"

0 commit comments

Comments
 (0)