--- socket2-0.3.16/Cargo.toml 2020-11-11T12:48:55+00:00 +++ socket2-0.3.16/Cargo.toml 2020-11-11T15:48:30.704835+00:00 @@ -35,8 +35,3 @@ [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc] version = "0.2.66" features = ["align"] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.1.38" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.3" -features = ["handleapi", "ws2def", "ws2ipdef", "ws2tcpip", "minwindef"]