Skip to content

Commit adb31a2

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

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 11 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
@@ -70,7 +70,7 @@ lazy_static = "1.4.0"
7070
gdbstub = { version = "0.7.6", optional = true }
7171
gdbstub_arch = { version = "0.3.2", optional = true }
7272
seccompiler = { version = "0.5.0", optional = true }
73-
kvm-bindings = { version = "0.12", features = ["fam-wrappers"], optional = true }
73+
kvm-bindings = { version = "0.13", features = ["fam-wrappers"], optional = true }
7474
kvm-ioctls = { version = "0.22", optional = true }
7575
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
7676
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}

0 commit comments

Comments
 (0)