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

pull/2763/head
renovate[bot] 1 month ago committed by GitHub
parent a05698ac24
commit de8ab60b5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,7 +30,7 @@ tauri-plugin-deep-link = { path = "../deep-link", version = "2.3.0", optional =
semver = { version = "1", optional = true }
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.59"
version = "0.60"
features = [
"Win32_System_Threading",
"Win32_System_DataExchange",

@ -49,7 +49,7 @@ percent-encoding = "2.3"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "4", default-features = false, optional = true }
windows-sys = { version = "0.59.0", features = [
windows-sys = { version = "0.60.0", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Shell",

Loading…
Cancel
Save