From 0504812fc92b001827a8b093d0c8f835eef2a699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:23:06 +0000 Subject: [PATCH] chore(deps): update windows requirement from 0.52 to 0.54 Updates the requirements on [windows](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.52.0...0.54.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db4191e..d145b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ default = ["chrono"] test = [] [target.'cfg(target_os = "windows")'.dependencies] -windows = { version = "0.52", features = [ +windows = { version = "0.54", features = [ "implement", "Win32_Foundation", "Win32_Security",