From b411254f45e6fb0444a9a8d1d30fa91f9c184516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:16:19 +0000 Subject: [PATCH] Update windows requirement from 0.52.0 to 0.53.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.53.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa66d9c..2bece18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bitflags = "2.3" which = "6.0.0" [dependencies.windows] -version = "0.52.0" +version = "0.53.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", @@ -34,7 +34,7 @@ features = [ ] [build-dependencies.windows] -version = "0.52.0" +version = "0.53.0" features = [ "Win32_Foundation", "Win32_System_LibraryLoader"