Skip to content

Commit 566d457

Browse files
Bump kvm-bindings from 0.11.1 to 0.12.0
Bumps [kvm-bindings](https://github.com/rust-vmm/kvm) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Commits](rust-vmm/kvm@kvm-bindings-v0.11.1...kvm-bindings-v0.12.0) --- updated-dependencies: - dependency-name: kvm-bindings dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f94e7a7 commit 566d457

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

Cargo.lock

Lines changed: 21 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lazy_static = "1.4.0"
6969
gdbstub = { version = "0.7.5", optional = true }
7070
gdbstub_arch = { version = "0.3.1", optional = true }
7171
seccompiler = { version = "0.5.0", optional = true }
72-
kvm-bindings = { version = "0.11", features = ["fam-wrappers"], optional = true }
72+
kvm-bindings = { version = "0.12", features = ["fam-wrappers"], optional = true }
7373
kvm-ioctls = { version = "0.21", optional = true }
7474
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
7575
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}

0 commit comments

Comments
 (0)