chore(deps): update windows-rs and webview2 crates

This commit is contained in:
renovate[bot]
2026-07-13 23:14:44 +00:00
committed by GitHub
parent cad301fcc1
commit 4bf406c5c6
5 changed files with 157 additions and 49 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ url = { workspace = true }
[target."cfg(windows)".dependencies]
dunce = "1"
windows-registry = "0.5"
windows-result = "0.3"
windows-registry = "0.6"
windows-result = "0.4"
[target."cfg(target_os = \"linux\")".dependencies]
rust-ini = "0.21"
+1 -1
View File
@@ -34,7 +34,7 @@ glob = { workspace = true }
dunce = { workspace = true }
[target."cfg(windows)".dependencies.windows]
version = "0.61"
version = "0.62"
features = [
"Win32_Foundation",
"Win32_UI_Shell_Common",
+1 -1
View File
@@ -27,7 +27,7 @@ semver = { version = "1", optional = true }
tokio = { version = "1", features = ["net"] }
[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",