Skip to content

Commit 6ab13da

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

File tree

2 files changed

+31
-22
lines changed

2 files changed

+31
-22
lines changed

Cargo.lock

Lines changed: 29 additions & 20 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.60", features = [
53+
windows = { version = "0.61", features = [
5454
"Win32_Foundation",
5555
"Win32_System_LibraryLoader",
5656
"Win32_System_Threading",
@@ -105,7 +105,7 @@ criterion = "0.5.1"
105105
tracing-chrome = "0.7.2"
106106

107107
[target.'cfg(windows)'.dev-dependencies]
108-
windows = { version = "0.60", features = [
108+
windows = { version = "0.61", features = [
109109
"Win32_System_Diagnostics_ToolHelp",
110110
] }
111111

0 commit comments

Comments
 (0)