From 6390ce15226a165a67c409e15a41c1264d903a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:58:59 +0000 Subject: [PATCH] Update windows requirement from 0.52.0 to 0.54.0 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 3805c8f..fce57fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ itertools = "0.12.0" winreg = { version = "0.52", features = ["transactions"] } [dependencies.windows] -version = "0.52.0" +version = "0.54.0" features = [ "implement", "Win32_Foundation",