Skip to content

Commit 91a10f1

Browse files
Update kvm-bindings requirement from 0.9.0 to 0.10.0
Updates the requirements on [kvm-bindings](https://github.com/rust-vmm/kvm-bindings) to permit the latest version. - [Release notes](https://github.com/rust-vmm/kvm-bindings/releases) - [Changelog](https://github.com/rust-vmm/kvm-bindings/blob/main/CHANGELOG.md) - [Commits](rust-vmm/kvm-bindings@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: kvm-bindings dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f670c1 commit 91a10f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ windows-result = "0.2"
6565
seccompiler = { version = "0.4.0", optional = true }
6666
mshv-bindings = { workspace = true, optional = true }
6767
mshv-ioctls = { workspace = true, optional = true }
68-
kvm-bindings = { version = "0.9.0", features = ["fam-wrappers"], optional = true }
68+
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = true }
6969
kvm-ioctls = { version = "0.18.0", optional = true }
7070

7171
[dev-dependencies]

0 commit comments

Comments
 (0)