Skip to content

Commit

Permalink
Bump windows from 0.58.0 to 0.59.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 596d116 commit 3559ec4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
42 changes: 25 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_yaml = "0.9"
anyhow = "1.0"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.58", features = [
windows = { version = "0.59", features = [
"Win32_Foundation",
"Win32_System_LibraryLoader",
"Win32_System_Threading",
Expand Down Expand Up @@ -101,7 +101,7 @@ criterion = "0.5.1"
tracing-chrome = "0.7.2"

[target.'cfg(windows)'.dev-dependencies]
windows = { version = "0.58", features = [
windows = { version = "0.59", features = [
"Win32_System_Diagnostics_ToolHelp",
] }

Expand Down

0 comments on commit 3559ec4

Please sign in to comment.