Skip to content

Commit

Permalink
Bump windows-sys to 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chantra committed Oct 28, 2024
1 parent 66730d8 commit 42f54a1
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 @@ -22,7 +22,7 @@ futures = { version = "0.3", optional = true }
gat-std = { version = "0.1.1", optional = true }

[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.36.1", features = ["Win32_Foundation", "Win32_Networking_WinSock"] }
windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Networking_WinSock"] }

[dev-dependencies]
etherparse = "0.13.0"
Expand Down

0 comments on commit 42f54a1

Please sign in to comment.