Skip to content

Commit 4912c6d

Browse files
authored
chore(dependencies): enable socket2 'all' feature (#3047)
Closes #3045
1 parent 2f1c0b7 commit 4912c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ want = "0.3"
3939
# Optional
4040

4141
libc = { version = "0.2", optional = true }
42-
socket2 = { version = "0.4", optional = true }
42+
socket2 = { version = "0.4.7", optional = true, features = ["all"] }
4343

4444
[dev-dependencies]
4545
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)