chore(deps): update and group mshv crates together - #1813
Open
simongdavies wants to merge 1 commit into
Open
Conversation
Use mshv-bindings and mshv-ioctls 0.7.1 together to keep their shared types compatible. Group mshv-* Dependabot updates. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
simongdavies
requested review from
andreiltd,
danbugs,
dblnz,
devigned,
jprendes,
jsturtevant,
ludfjig,
squillace and
syntactically
as code owners
September 9, 2026 09:39
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
It updates hypervisor boundary dependencies and the PR notes runtime validation is incomplete, so a human should confirm end-to-end behavior.
Pull request overview
Updates Linux MSHV support dependencies in hyperlight-host so mshv-bindings and mshv-ioctls move forward together (avoiding mismatched binding types at the ioctl boundary), and configures Dependabot to group future mshv-* crate updates into a single PR.
Changes:
- Bump
mshv-bindingsandmshv-ioctlsdependency requirements insrc/hyperlight_hostfrom0.6to0.7. - Update
Cargo.locktomshv-bindings/mshv-ioctls0.7.1. - Add a Dependabot group to bundle
mshv-*Cargo updates.
File summaries
| File | Description |
|---|---|
| src/hyperlight_host/Cargo.toml | Updates Linux-target optional MSHV crate versions to the 0.7 line. |
| Cargo.lock | Locks both mshv-* crates to 0.7.1. |
| .github/dependabot.yml | Groups mshv-* cargo dependency updates into one Dependabot PR. |
Review details
- Files reviewed: 2/3 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mshv-bindingsandmshv-ioctls0.7.1 together. Mixing 0.6 and 0.7 creates incompatible binding types at the ioctl boundary.mshv-*Cargo updates in Dependabot.Supersedes #1786 and #1785.
Validation
just clippypasses with all targets and features.mshv-bindingsversion, 0.7.1.hyperlight-libc.