]> git.proxmox.com Git - cargo.git/blobdiff - vendor/miow/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / miow / Cargo.toml
index 5b91c77384fdc0276bef8b52e6aeace72a6499d7..c32cc3cc40344ec1a4dcfe006a03536166eb78fc 100644 (file)
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "miow"
-version = "0.3.5"
+version = "0.3.7"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 description = "A zero overhead I/O library for Windows, focusing on IOCP and Async I/O\nabstractions.\n"
 homepage = "https://github.com/yoshuawuyts/miow"
@@ -25,11 +25,11 @@ repository = "https://github.com/yoshuawuyts/miow"
 [package.metadata.docs.rs]
 default-target = "x86_64-pc-windows-msvc"
 targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]
-[dependencies.socket2]
-version = "0.3"
-
 [dependencies.winapi]
 version = "0.3.3"
 features = ["std", "fileapi", "handleapi", "ioapiset", "minwindef", "namedpipeapi", "ntdef", "synchapi", "winerror", "winsock2", "ws2def", "ws2ipdef"]
 [dev-dependencies.rand]
-version = "0.4"
+version = "0.8.0"
+
+[dev-dependencies.socket2]
+version = "0.4.0"