Use released socket2

This commit is contained in:
Steven Fackler
2018-04-16 20:22:56 -07:00
parent b210624800
commit d0c111dc4a
2 changed files with 1 additions and 4 deletions

View File

@@ -6,6 +6,3 @@ members = [
"postgres-shared",
"tokio-postgres"
]
[patch.crates-io]
socket2 = { git = "https://github.com/sfackler/socket2-rs", branch = "keepalive" }

View File

@@ -58,7 +58,7 @@ no-logging = []
bytes = "0.4"
fallible-iterator = "0.1.3"
log = "0.4"
socket2 = { version = "0.3", features = ["unix"] }
socket2 = { version = "0.3.5", features = ["unix"] }
openssl = { version = "0.9.23", optional = true }
native-tls = { version = "0.1", optional = true }