From 09becc8d30482a48eacb092f08d700d4e90cd6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:58:10 +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 f3bb498..623bf67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ keyvalues-parser = "0.2.0" [target.'cfg(windows)'.dependencies] dirs = "5.0" -windows = { version = "0.51.1", features = ["Foundation_Collections", "System_UserProfile"] } +windows = { version = "0.52.0", features = ["Foundation_Collections", "System_UserProfile"] } [dev-dependencies] criterion = "0.5.1"