Skip to content

Commit 02a70a1

Browse files
Bump windows from 0.59.0 to 0.60.0
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.59.0 to 0.60.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.59.0...0.60.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 c344e19 commit 02a70a1

File tree

2 files changed

+51
-83
lines changed

2 files changed

+51
-83
lines changed

Cargo.lock

Lines changed: 49 additions & 81 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.59", features = [
53+
windows = { version = "0.60", features = [
5454
"Win32_Foundation",
5555
"Win32_System_LibraryLoader",
5656
"Win32_System_Threading",
@@ -106,7 +106,7 @@ criterion = "0.5.1"
106106
tracing-chrome = "0.7.2"
107107

108108
[target.'cfg(windows)'.dev-dependencies]
109-
windows = { version = "0.59", features = [
109+
windows = { version = "0.60", features = [
110110
"Win32_System_Diagnostics_ToolHelp",
111111
] }
112112

0 commit comments

Comments
 (0)