Skip to content

Commit e458643

Browse files
chore(deps): bump mshv-ioctls from 0.6.9 to 0.7.0
Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from 0.6.9 to 0.7.0. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](rust-vmm/mshv@mshv-ioctls-v0.6.9...mshv-ioctls-v0.7.0) --- updated-dependencies: - dependency-name: mshv-ioctls dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fd215c commit e458643

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 4 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
@@ -82,7 +82,7 @@ lazy_static = "1.4.0"
8282
kvm-bindings = { version = "0.14", features = ["fam-wrappers"], optional = true }
8383
kvm-ioctls = { version = "0.25", optional = true }
8484
mshv-bindings = { version = "0.6", optional = true }
85-
mshv-ioctls = { version = "0.6", optional = true}
85+
mshv-ioctls = { version = "0.7", optional = true}
8686

8787
[dev-dependencies]
8888
uuid = { version = "1.23.3", features = ["v4"] }

0 commit comments

Comments
 (0)