chore(deps): update rust crate windows-sys to v0.61.2

This commit is contained in:
renovate[bot]
2026-06-16 03:22:47 +00:00
committed by GitHub
parent 78df86f810
commit f6a4e9e2b3
3 changed files with 37 additions and 22 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.9", optional =
semver = { version = "1", optional = true }
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.60"
version = "0.61"
features = [
"Win32_System_Threading",
"Win32_System_DataExchange",
+1 -1
View File
@@ -50,7 +50,7 @@ percent-encoding = "2.3"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "4", default-features = false, optional = true }
windows-sys = { version = "0.60.0", features = [
windows-sys = { version = "0.61.0", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Shell",