From 14e2a2a8a24b09cb0c24634964314079ef80c958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:43:57 +0000 Subject: [PATCH] Update windows-sys requirement from 0.59 to 0.60 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/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.60.2 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 57a19ad..809b51f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_process_force_signal async-executor = "1.5.1" [target.'cfg(windows)'.dev-dependencies.windows-sys] -version = "0.59" +version = "0.60" default-features = false features = [ "Win32_Foundation",