Skip to content

Commit 6895e68

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

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Cargo.lock

+12-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ windows = { version = "0.58", features = [
6464
"Win32_System_JobObjects",
6565
] }
6666
windows-sys = { version = "0.59", features = ["Win32"] }
67-
windows-result = "0.2"
67+
windows-result = "0.3"
6868
rust-embed = { version = "8.3.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] }
6969
sha256 = "1.4.0"
7070
windows-version = "0.1"

0 commit comments

Comments
 (0)