Skip to content

Commit adf0788

Browse files
committed
bump up windows{-sys}
1 parent fc91cd8 commit adf0788

File tree

2 files changed

+77
-9
lines changed

2 files changed

+77
-9
lines changed

Cargo.lock

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

vm/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ widestring = { workspace = true }
113113
winreg = "0.10.1"
114114

115115
[target.'cfg(windows)'.dependencies.windows]
116-
version = "0.51.1"
116+
version = "0.52.0"
117117
features = [
118118
"Win32_Foundation",
119119
"Win32_System_LibraryLoader",
@@ -122,14 +122,16 @@ features = [
122122
]
123123

124124
[target.'cfg(windows)'.dependencies.windows-sys]
125-
version = "0.48.0"
125+
version = "0.52.0"
126126
features = [
127127
"Win32_Foundation",
128128
"Win32_Security",
129129
"Win32_Storage_FileSystem",
130130
"Win32_System_Console",
131131
"Win32_System_LibraryLoader",
132+
"Win32_System_Memory",
132133
"Win32_System_Pipes",
134+
"Win32_System_SystemInformation",
133135
"Win32_System_SystemServices",
134136
"Win32_System_Threading",
135137
"Win32_UI_Shell",

0 commit comments

Comments
 (0)