We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66a8fc commit c3db651Copy full SHA for c3db651
1 file changed
linkerd/proxy/transport/Cargo.toml
@@ -14,7 +14,7 @@ futures = { version = "0.3", default-features = false }
14
linkerd-error = { path = "../../error" }
15
linkerd-io = { path = "../../io" }
16
linkerd-stack = { path = "../../stack" }
17
-socket2 = "0.5"
+socket2 = { version = "0.5", features = ["all"] }
18
thiserror = "2"
19
tokio = { version = "1", features = ["macros", "net"] }
20
tokio-stream = { version = "0.1", features = ["net"] }
0 commit comments