From 2c6d936762ccd8cbbf92bf9d5eb03c3b7f865292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 07:07:41 +0000 Subject: [PATCH] Update windows-sys requirement from 0.36.1 to 0.42.0 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.36.1...0.42.0) --- updated-dependencies: - dependency-name: windows-sys 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 303ad3dc..1dd214f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ version = "1.0.52" version = "1" [target.'cfg(windows)'.dev-dependencies.windows-sys] -version = "0.36.1" +version = "0.42.0" features = ["Win32_System_Com"] [workspace]