Skip to content

Commit 52b5416

Browse files
Bump windows from 0.58.0 to 0.59.0
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.58.0 to 0.59.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.58.0...0.59.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffe76f6 commit 52b5416

File tree

2 files changed

+92
-20
lines changed

2 files changed

+92
-20
lines changed

Cargo.lock

Lines changed: 90 additions & 18 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
@@ -50,7 +50,7 @@ serde_yaml = "0.9"
5050
anyhow = "1.0"
5151

5252
[target.'cfg(windows)'.dependencies]
53-
windows = { version = "0.58", features = [
53+
windows = { version = "0.59", features = [
5454
"Win32_Foundation",
5555
"Win32_System_LibraryLoader",
5656
"Win32_System_Threading",
@@ -101,7 +101,7 @@ criterion = "0.5.1"
101101
tracing-chrome = "0.7.2"
102102

103103
[target.'cfg(windows)'.dev-dependencies]
104-
windows = { version = "0.58", features = [
104+
windows = { version = "0.59", features = [
105105
"Win32_System_Diagnostics_ToolHelp",
106106
] }
107107

0 commit comments

Comments
 (0)