Skip to content

Commit 610e8d4

Browse files
Update kvm-ioctls requirement from 0.18.0 to 0.19.0
Updates the requirements on [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) to permit the latest version. - [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases) - [Changelog](https://github.com/rust-vmm/kvm-ioctls/blob/main/CHANGELOG.md) - [Commits](rust-vmm/kvm@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: kvm-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66ff3db commit 610e8d4

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
@@ -66,7 +66,7 @@ seccompiler = { version = "0.4.0", optional = true }
6666
mshv-bindings = { workspace = true, optional = true }
6767
mshv-ioctls = { workspace = true, optional = true }
6868
kvm-bindings = { version = "0.9.0", features = ["fam-wrappers"], optional = true }
69-
kvm-ioctls = { version = "0.18.0", optional = true }
69+
kvm-ioctls = { version = "0.19.0", optional = true }
7070

7171
[dev-dependencies]
7272
signal-hook-registry = "1.4.1"

0 commit comments

Comments
 (0)