Skip to content

Commit

Permalink
Update windows-sys to 0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 21, 2023
1 parent 533c040 commit a7c71e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ log = "0.4.8"
libc = "0.2.121"

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.42"
version = "0.45"
features = [
"Win32_Foundation", # Basic types eg HANDLE
"Win32_Networking_WinSock", # winsock2 types/functions
Expand Down

0 comments on commit a7c71e5

Please sign in to comment.