From 610e8d4fe2ee4ca7f8ac0e884821c0761e130bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:46:46 +0000 Subject: [PATCH] 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](https://github.com/rust-vmm/kvm-ioctls/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: kvm-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/hyperlight_host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 39f18dfb..f2c27405 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -66,7 +66,7 @@ seccompiler = { version = "0.4.0", optional = true } mshv-bindings = { workspace = true, optional = true } mshv-ioctls = { workspace = true, optional = true } kvm-bindings = { version = "0.9.0", features = ["fam-wrappers"], optional = true } -kvm-ioctls = { version = "0.18.0", optional = true } +kvm-ioctls = { version = "0.19.0", optional = true } [dev-dependencies] signal-hook-registry = "1.4.1"