Update windows-sys to 0.42.0 (#46)

This commit is contained in:
messense
2022-10-21 05:22:08 +08:00
committed by GitHub
parent ae53cbb299
commit 9cee01418e
+1 -1
View File
@@ -47,7 +47,7 @@ mio = { version = "0.8.0", features = ["net", "os-ext"], optional = true }
libc = { version = "0.2.96", optional = true }
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.36.0"
version = "0.42.0"
optional = true
features = [
"Win32_Foundation",