Skip to content

Commit df15579

Browse files
chore(deps): update rust crate windows-sys to 0.59
1 parent d9d93b7 commit df15579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/packager/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ uuid = { version = "1", features = ["v4", "v5"] }
9393
regex = "1.10"
9494

9595
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
96-
version = "0.52"
96+
version = "0.59"
9797
features = ["Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug"]
9898

9999
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies]

0 commit comments

Comments
 (0)