net: replace winapi with windows-sys (#5204)

This commit is contained in:
Kenny Kerr
2022-11-22 16:23:26 +00:00
committed by GitHub
parent e14307393a
commit 299bd6aee3
13 changed files with 169 additions and 233 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ httpdate = "1.0"
once_cell = "1.5.2"
rand = "0.8.3"
[target.'cfg(windows)'.dev-dependencies.winapi]
version = "0.3.8"
[target.'cfg(windows)'.dev-dependencies.windows-sys]
version = "0.42.0"
[[example]]
name = "chat"