Skip to content

Commit f107854

Browse files
chore(deps): update rust crate windows-sys to 0.61
1 parent 9efe474 commit f107854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/tauri-bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ windows-registry = "0.5"
5151
glob = "0.3"
5252

5353
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
54-
version = "0.60"
54+
version = "0.61"
5555
features = ["Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug"]
5656

5757
[target."cfg(target_os = \"macos\")".dependencies]

crates/tauri-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ insta = "1"
116116
pretty_assertions = "1"
117117

118118
[target."cfg(windows)".dependencies.windows-sys]
119-
version = "0.60"
119+
version = "0.61"
120120
features = [
121121
"Win32_Security",
122122
"Win32_Storage_FileSystem",

0 commit comments

Comments
 (0)