From d4c5b54313700473529c0a988650d24410c83033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:06:10 +0000 Subject: [PATCH] Update windows-sys requirement from 0.60 to 0.61 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/compare/0.60.0...0.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.0 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 a0e5cc0..cf060fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ libc = "0.2" [target."cfg(windows)".dependencies] miow = "0.6" -windows-sys = { version = "0.60", features = ["Win32"] } +windows-sys = { version = "0.61", features = ["Win32"] } [features] tmp = ["tempfile"]