From 91a10f175aebff2f467d85b7ce7656b50bd890ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 00:38:08 +0000 Subject: [PATCH] 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](https://github.com/rust-vmm/kvm-bindings/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: kvm-bindings 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 7486a6ba3..720441c45 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -65,7 +65,7 @@ windows-result = "0.2" 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-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = true } kvm-ioctls = { version = "0.18.0", optional = true } [dev-dependencies]