Skip to content

Commit 87af189

Browse files
Bump windows from 0.61.3 to 0.62.0 (#864)
1 parent bd80ab4 commit 87af189

File tree

2 files changed

+100
-17
lines changed

2 files changed

+100
-17
lines changed

Cargo.lock

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

src/hyperlight_host/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ elfcore = "2.0"
5151
uuid = { version = "1.18.1", features = ["v4"] }
5252

5353
[target.'cfg(windows)'.dependencies]
54-
windows = { version = "0.61", features = [
54+
windows = { version = "0.62", features = [
5555
"Win32_Foundation",
5656
"Win32_System_LibraryLoader",
5757
"Win32_System_Threading",
@@ -66,7 +66,7 @@ windows = { version = "0.61", features = [
6666
"Win32_System_SystemServices",
6767
] }
6868
windows-sys = { version = "0.61", features = ["Win32"] }
69-
windows-result = "0.3"
69+
windows-result = "0.4"
7070
rust-embed = { version = "8.7.2", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] }
7171
sha256 = "1.6.0"
7272
windows-version = "0.1"
@@ -111,7 +111,7 @@ serde_json = "1.0"
111111
hyperlight-component-macro = { workspace = true }
112112

113113
[target.'cfg(windows)'.dev-dependencies]
114-
windows = { version = "0.61", features = [
114+
windows = { version = "0.62", features = [
115115
"Win32_System_Diagnostics_ToolHelp",
116116
] }
117117

0 commit comments

Comments
 (0)