aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-26 17:32:58 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-26 17:32:58 -0700
commita7d72307ee249b629d6de0f312ab873abc881287 (patch)
tree6fe08166e7445c7d658490296d3912b5edf9e94c /Cargo.lock
parente0c0907593ac36ac6446144ebc51cc9880affa87 (diff)
downloadmio-a7d72307ee249b629d6de0f312ab873abc881287.tar.gz
Upgrade rust/crates/mio to 0.7.4
Test: make Change-Id: Id3b629998f13f89246946b2c1f1ba9a4507c2ec0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 2 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f0a1f49..df276dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -38,15 +38,15 @@ dependencies = [
[[package]]
name = "mio"
-version = "0.7.3"
+version = "0.7.4"
dependencies = [
"env_logger",
"libc",
"log",
"miow",
- "net2",
"ntapi",
"rand",
+ "socket2",
"winapi",
]
@@ -61,17 +61,6 @@ dependencies = [
]
[[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 = "ntapi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"