Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump windows from 0.52.0 to 0.62.2
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.52.0 to 0.62.2.
- [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.62.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and youknowone committed Dec 8, 2025
commit 91d347d030ae2e6b9d43396a0961c1b5bbd5c6da
50 changes: 41 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ num_cpus = "1.17.0"
junction = { workspace = true }

[target.'cfg(windows)'.dependencies.windows]
version = "0.52.0"
version = "0.62.2"
features = [
"Win32_Foundation",
"Win32_System_LibraryLoader",
Expand Down