Skip to content

Commit f06dd96

Browse files
committed
Update socket2 dependency in Cargo.toml.
1 parent f898015 commit f06dd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http = "0.2"
2323
once_cell = "1.14"
2424

2525
pin-project-lite = "0.2.4"
26-
socket2 = "0.4"
26+
socket2 = "0.5.3"
2727
tracing = { version = "0.1", default-features = false, features = ["std"] }
2828
tokio = { version = "1", features = ["net", "rt", "time"] }
2929
tower-service = "0.3"
@@ -38,7 +38,7 @@ tokio = { version = "1", features = ["macros", "test-util"] }
3838
pnet_datalink = "0.27.2"
3939

4040
[features]
41-
default = []
41+
default = ["full"]
4242

4343
# Shorthand to enable everything
4444
full = ["client", "server", "http1", "http2", "tcp", "runtime"]

0 commit comments

Comments
 (0)