From f73d362bfcd15db3103fccb9420bb74c2a74ef3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:04:40 +0000 Subject: [PATCH] Update windows requirement from 0.61 to 0.62 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.61.0...0.62.0) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.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 e040f61..a568ae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ objc2-foundation = { version = "0.3", features = ["NSString"] } objc2-app-kit = { version = "0.3", features = ["NSSharingService", "NSView", "NSResponder", "NSWindow"] } [target.'cfg(target_os = "windows")'.dependencies] -windows = { version = "0.61", features = [ +windows = { version = "0.62", features = [ "ApplicationModel_DataTransfer", "Foundation", "Foundation_Collections",