Skip to content

Commit 5df026b

Browse files
chore(deps): Bump hyperlight-host in /src/code-validator/guest
Bumps [hyperlight-host](https://github.com/hyperlight-dev/hyperlight) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hyperlight-dev/hyperlight/releases) - [Changelog](https://github.com/hyperlight-dev/hyperlight/blob/main/CHANGELOG.md) - [Commits](hyperlight-dev/hyperlight@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: hyperlight-host dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3dabe88 commit 5df026b

2 files changed

Lines changed: 62 additions & 8 deletions

File tree

src/code-validator/guest/Cargo.lock

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

src/code-validator/guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repository = "https://github.com/anthropics/hyperagent"
2222
hyperlight-common = { version = "0.16.0", default-features = false }
2323
hyperlight-guest-bin = { version = "0.16.0" }
2424
hyperlight-guest = { version = "0.16.0" }
25-
hyperlight-host = { version = "0.16.0", default-features = false, features = ["executable_heap", "kvm", "mshv3"] }
25+
hyperlight-host = { version = "0.17.0", default-features = false, features = ["executable_heap", "kvm", "mshv3"] }
2626

2727
[profile.dev]
2828
panic = "abort"

0 commit comments

Comments
 (0)