From 3bd6da9ed042db6684022e9dbb519737278f836a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:14:28 +0000 Subject: [PATCH] Update windows requirement from 0.51.1 to 0.52.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.51.1...0.52.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 66b12d2..1d03c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ msgbox = "0.7.0" num_cpus = "1.15.0" [dependencies.windows] -version = "0.51.1" +version = "0.52.0" features = [ "Data_Xml_Dom", "Win32_Foundation",