Skip to content

Commit 95535ce

Browse files
chore(deps): update windows-rs and webview2 crates
1 parent 31ab6f8 commit 95535ce

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/deep-link/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ url = { workspace = true }
3939

4040
[target."cfg(windows)".dependencies]
4141
dunce = "1"
42-
windows-registry = "0.5"
43-
windows-result = "0.3"
42+
windows-registry = "0.6"
43+
windows-result = "0.4"
4444

4545
[target."cfg(target_os = \"linux\")".dependencies]
4646
rust-ini = "0.21"

plugins/opener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ glob = { workspace = true }
3434
dunce = { workspace = true }
3535

3636
[target."cfg(windows)".dependencies.windows]
37-
version = "0.61"
37+
version = "0.62"
3838
features = [
3939
"Win32_Foundation",
4040
"Win32_UI_Shell_Common",

plugins/single-instance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.7", optional =
2626
semver = { version = "1", optional = true }
2727

2828
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
29-
version = "0.60"
29+
version = "0.61"
3030
features = [
3131
"Win32_System_Threading",
3232
"Win32_System_DataExchange",

plugins/updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ percent-encoding = "2.3"
5050

5151
[target."cfg(target_os = \"windows\")".dependencies]
5252
zip = { version = "4", default-features = false, optional = true }
53-
windows-sys = { version = "0.60.0", features = [
53+
windows-sys = { version = "0.61.0", features = [
5454
"Win32_Foundation",
5555
"Win32_UI_WindowsAndMessaging",
5656
"Win32_UI_Shell",

0 commit comments

Comments
 (0)