diff --git a/Cargo.toml b/Cargo.toml index dc55eee..306248e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ parking_lot = { version = "0.12", optional = true } signal-hook = "0.3" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading"] } +windows-sys = { version = "0.52", features = ["Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading"] } [target.'cfg(windows)'.dev-dependencies] rustversion = "1.0"