Skip to content

Commit d0c111d

Browse files
committed
Use released socket2
1 parent b210624 commit d0c111d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ members = [
66
"postgres-shared",
77
"tokio-postgres"
88
]
9-
10-
[patch.crates-io]
11-
socket2 = { git = "https://github.com/sfackler/socket2-rs", branch = "keepalive" }

postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ no-logging = []
5858
bytes = "0.4"
5959
fallible-iterator = "0.1.3"
6060
log = "0.4"
61-
socket2 = { version = "0.3", features = ["unix"] }
61+
socket2 = { version = "0.3.5", features = ["unix"] }
6262

6363
openssl = { version = "0.9.23", optional = true }
6464
native-tls = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)