We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d981c commit b941b18Copy full SHA for b941b18
Cargo.toml
@@ -24,7 +24,7 @@ http = "1.0"
24
http-body = "1.0.0"
25
bytes = "1"
26
pin-project-lite = "0.2.4"
27
-socket2 = { version = "0.5", optional = true }
+socket2 = { version = "0.5", optional = true, features = ["all"] }
28
tracing = { version = "0.1", default-features = false, features = ["std"] }
29
tokio = { version = "1", optional = true, features = ["net", "rt", "time"] }
30
tower-service = "0.3"
0 commit comments