We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c3a3e commit 9ce4b91Copy full SHA for 9ce4b91
crates/packager/Cargo.toml
@@ -93,7 +93,7 @@ uuid = { version = "1", features = ["v4", "v5"] }
93
regex = "1.10"
94
95
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
96
-version = "0.52"
+version = "0.59"
97
features = ["Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug"]
98
99
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies]
0 commit comments