From f3719e57407cc7d43f5aefc13c755ba69ac53a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 02:25:05 +0000 Subject: [PATCH] Update windows requirement from ^0.42 to ^0.43 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.42.0...0.43.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 b358f11..c5a47bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1" widestring = "1.0" [target.'cfg(target_os = "windows")'.dependencies.windows] -version = "^0.42" +version = "^0.43" features = [ "Win32_Foundation", "Win32_Security_Credentials",