From bea907b81731c1380e44afb7510bda2dc1f82da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:24:34 +0000 Subject: [PATCH] build(deps): update windows requirement from 0.60.0 to 0.61.1 in /rust 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/commits) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c22a2ab..cff1263 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -25,7 +25,7 @@ notify-rust = "4" asar = "0.3.0" [target.'cfg(windows)'.dependencies] -windows = { version = "0.60.0", features = ["Win32_UI_WindowsAndMessaging"] } +windows = { version = "0.61.1", features = ["Win32_UI_WindowsAndMessaging"] } win32job = "2" [lints.rust]