From b4739f674e545d05a148585ada890e39e6d55f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:11:15 +0000 Subject: [PATCH] build(deps): update windows-sys requirement in /crates/android-use 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.61.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/android-use/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/android-use/Cargo.toml b/crates/android-use/Cargo.toml index 1b3e8f7..42507e0 100644 --- a/crates/android-use/Cargo.toml +++ b/crates/android-use/Cargo.toml @@ -30,7 +30,7 @@ png = "0.17" thiserror = "2.0" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.59", features = [ +windows-sys = { version = "0.61", features = [ "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization",