Skip to content

Commit 4c3b7da

Browse files
Bump windows-sys from 0.59.0 to 0.61.2
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.59.0 to 0.61.2. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f3e419 commit 4c3b7da

2 files changed

Lines changed: 10 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sdk/dotnet/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ log = "0.4"
2121
serde_json = "1"
2222

2323
[target.'cfg(windows)'.dependencies]
24-
windows-sys = { version = "0.59", features = ["Win32_System_Com"] }
24+
windows-sys = { version = "0.61", features = ["Win32_System_Com"] }
2525

2626
[dev-dependencies]
2727
hyperlight-sandbox = { workspace = true, features = ["test-utils"] }

0 commit comments

Comments
 (0)