Skip to content

Commit 2e68062

Browse files
chore(deps): update rust crate windows-sys to v0.60.2 (v2) (#2763)
* chore(deps): update rust crate windows-sys to v0.60.2 * update lock file
1 parent 041b93f commit 2e68062

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

Cargo.lock

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.0", optional =
3030
semver = { version = "1", optional = true }
3131

3232
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
33-
version = "0.59"
33+
version = "0.60"
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.59.0", features = [
52+
windows-sys = { version = "0.60.0", features = [
5353
"Win32_Foundation",
5454
"Win32_UI_WindowsAndMessaging",
5555
"Win32_UI_Shell",

0 commit comments

Comments
 (0)