Skip to content

Commit

Permalink
Bump net2 dep to 0.2.36 without invalid SocketAddr convertion
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Nov 27, 2020
1 parent 27b77cc commit 3e217e3
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 @@ -17,7 +17,7 @@ abstractions.
winapi = "0.2"
kernel32-sys = "0.2"
ws2_32-sys = "0.2"
net2 = { version = "0.2.5", default-features = false }
net2 = { version = "0.2.36", default-features = false }

[dev-dependencies]
rand = "0.3"

0 comments on commit 3e217e3

Please sign in to comment.