refactor(client): use tokio's TcpSocket for more sockopts (#2335)

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
Eliza Weisman
2020-11-18 14:45:45 -08:00
committed by GitHub
parent bdb5e5d694
commit abb6471690
2 changed files with 30 additions and 28 deletions

View File

@@ -35,7 +35,7 @@ itoa = "0.4.1"
tracing = { version = "0.1", default-features = false, features = ["log", "std"] }
pin-project = "1.0"
tower-service = "0.3"
tokio = { version = "0.3", features = ["sync", "stream"] }
tokio = { version = "0.3.4", features = ["sync", "stream"] }
want = "0.3"
# Optional