Skip to content

Commit a715eea

Browse files
committed
Bump socket2 dependency to a version that does not assume memory layout
rust-lang/socket2#120
1 parent 5de4792 commit a715eea

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
@@ -19,7 +19,7 @@ default-target = "x86_64-pc-windows-msvc"
1919
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]
2020

2121
[dependencies]
22-
socket2 = "0.3"
22+
socket2 = "0.3.16"
2323

2424
[dependencies.winapi]
2525
version = "0.3.3"

0 commit comments

Comments
 (0)