Skip to content

Commit

Permalink
Merge pull request #287 from FauxFaux/bump-crypto-deps
Browse files Browse the repository at this point in the history
bump generic-array dependents' versions
  • Loading branch information
sfackler authored Sep 4, 2017
2 parents 767a8d4 + 58133f3 commit f0eccf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postgres-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ base64 = "0.5"
byteorder = "1.0"
bytes = "0.4"
fallible-iterator = "0.1"
generic-array = "0.7"
hmac = "0.1"
generic-array = "0.8"
hmac = "0.4"
md5 = "0.3"
memchr = "1.0"
rand = "0.3"
sha2 = "0.5"
sha2 = "0.6"
stringprep = "0.1"

0 comments on commit f0eccf3

Please sign in to comment.