From 3f817b78b69dc80671a528ddbfe38a884556d181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 16:55:04 +0000 Subject: [PATCH] Update windows-sys requirement from 0.45 to 0.52 Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.45.0...0.52.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 c1dd04c..e7d5dc8 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"