Skip to content

Commit

Permalink
Bump socket2 dependency to a version that does not assume memory layout
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Nov 14, 2020
1 parent 4890a12 commit da2e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default-target = "x86_64-pc-windows-msvc"
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]

[dependencies]
socket2 = "0.3"
socket2 = "0.3.16"

[dependencies.winapi]
version = "0.3.3"
Expand Down

0 comments on commit da2e1f9

Please sign in to comment.