From 5c023dec9435aed566211f0e5b20a1856d7c4ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:45:04 +0000 Subject: [PATCH] Update mshv-bindings requirement from =0.2.1 to =0.3.1 Updates the requirements on [mshv-bindings](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-bindings-v0.2.1...mshv-bindings-v0.2.1) --- updated-dependencies: - dependency-name: mshv-bindings 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 b73e6aff4..923ba8bd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ repository = "https://github.com/hyperlight-dev/hyperlight" readme = "README.md" [workspace.dependencies] -mshv-bindings = { version = "=0.2.1" } +mshv-bindings = { version = "=0.3.1" } mshv-ioctls = { version = "=0.2.1" } hyperlight-common = { path = "src/hyperlight_common", version = "0.1.0", default-features = false }