From 25315d36f74fcafbe1dbff1720d50e61511a50eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:46:40 +0000 Subject: [PATCH] Update mshv-ioctls requirement from =0.2.1 to =0.3.1 Updates the requirements on [mshv-ioctls](https://github.com/rust-vmm/mshv) to permit the latest version. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/mshv-ioctls-v0.2.1...mshv-ioctls-v0.2.1) --- updated-dependencies: - dependency-name: mshv-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fabbdd4..dac28a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rust-version = "1.79.0" [workspace.dependencies] mshv-bindings = { version = "=0.2.1" } -mshv-ioctls = { version = "=0.2.1" } +mshv-ioctls = { version = "=0.3.1" } hyperlight-common = { path = "src/hyperlight_common", version = "0.9.0", default-features = false } hyperlight-host = { path = "src/hyperlight_host", version = "0.9.0", default-features = false }