Skip to content

Commit c3db651

Browse files
committed
fix: Add required feature to socket2
Signed-off-by: Scott Fleener <scott@buoyant.io>
1 parent d66a8fc commit c3db651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linkerd/proxy/transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures = { version = "0.3", default-features = false }
1414
linkerd-error = { path = "../../error" }
1515
linkerd-io = { path = "../../io" }
1616
linkerd-stack = { path = "../../stack" }
17-
socket2 = "0.5"
17+
socket2 = { version = "0.5", features = ["all"] }
1818
thiserror = "2"
1919
tokio = { version = "1", features = ["macros", "net"] }
2020
tokio-stream = { version = "0.1", features = ["net"] }

0 commit comments

Comments
 (0)