Skip to content

Commit 3ad7096

Browse files
Bump windows-sys from 0.60.2 to 0.61.0 (#865)
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.60.2 to 0.61.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e5e541 commit 3ad7096

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

Cargo.lock

Lines changed: 16 additions & 7 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ windows = { version = "0.61", features = [
6565
"Win32_System_JobObjects",
6666
"Win32_System_SystemServices",
6767
] }
68-
windows-sys = { version = "0.60", features = ["Win32"] }
68+
windows-sys = { version = "0.61", features = ["Win32"] }
6969
windows-result = "0.3"
7070
rust-embed = { version = "8.7.2", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] }
7171
sha256 = "1.6.0"

0 commit comments

Comments
 (0)