Skip to content

Commit 13714b6

Browse files
Bump windows from 0.61.3 to 0.62.0
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.61.3 to 0.62.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.62.0) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 409fe95 commit 13714b6

File tree

2 files changed

+99
-16
lines changed

2 files changed

+99
-16
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: 2 additions & 2 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",
@@ -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)