We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b210624 commit d0c111dCopy full SHA for d0c111d
Cargo.toml
@@ -6,6 +6,3 @@ members = [
6
"postgres-shared",
7
"tokio-postgres"
8
]
9
-
10
-[patch.crates-io]
11
-socket2 = { git = "https://github.com/sfackler/socket2-rs", branch = "keepalive" }
postgres/Cargo.toml
@@ -58,7 +58,7 @@ no-logging = []
58
bytes = "0.4"
59
fallible-iterator = "0.1.3"
60
log = "0.4"
61
-socket2 = { version = "0.3", features = ["unix"] }
+socket2 = { version = "0.3.5", features = ["unix"] }
62
63
openssl = { version = "0.9.23", optional = true }
64
native-tls = { version = "0.1", optional = true }
0 commit comments