diff --git a/ezlog-core/Cargo.toml b/ezlog-core/Cargo.toml index c2edd83..9caad00 100644 --- a/ezlog-core/Cargo.toml +++ b/ezlog-core/Cargo.toml @@ -46,7 +46,7 @@ jni = "0.21.0" [target.'cfg(windows)'.dependencies] windows = "0.56" -windows-sys = { version = "0.52", features = ["Win32_System_Threading", "Win32_Foundation"] } +windows-sys = { version = "0.59", features = ["Win32_System_Threading", "Win32_Foundation"] } [dev-dependencies] dirs = "5.0"