aquatic udp load test: use socket2 instead of net2

This commit is contained in:
Joakim Frostegård 2020-05-25 18:42:23 +02:00
parent 96991562e3
commit 5babd8eda0
3 changed files with 13 additions and 27 deletions

13
Cargo.lock generated
View file

@ -81,13 +81,13 @@ dependencies = [
"hashbrown",
"mimalloc",
"mio",
"net2",
"parking_lot",
"quickcheck",
"quickcheck_macros",
"rand",
"rand_distr",
"serde",
"socket2",
]
[[package]]
@ -704,17 +704,6 @@ dependencies = [
"tempfile",
]
[[package]]
name = "net2"
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
dependencies = [
"cfg-if",
"libc",
"winapi",
]
[[package]]
name = "nix"
version = "0.16.1"