From dd0112c93abf94c459dc2be56f4e32367252377d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 16:59:29 +0000 Subject: [PATCH] Update windows-sys requirement from 0.45 to 0.52 (#129) --- ezlog-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezlog-core/Cargo.toml b/ezlog-core/Cargo.toml index 3e59609..c2edd83 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.45", features = ["Win32_System_Threading", "Win32_Foundation"] } +windows-sys = { version = "0.52", features = ["Win32_System_Threading", "Win32_Foundation"] } [dev-dependencies] dirs = "5.0"