Skip to content

Commit 279e1ac

Browse files
chore(deps): update rust crate windows-sys to v0.61.0
1 parent 12da195 commit 279e1ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/single-instance/Cargo.toml

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

3232
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
33-
version = "0.60"
33+
version = "0.61"
3434
features = [
3535
"Win32_System_Threading",
3636
"Win32_System_DataExchange",

plugins/updater/Cargo.toml

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

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

0 commit comments

Comments
 (0)