Skip to content

Commit 835b2c2

Browse files
Bump kvm-ioctls from 0.21.0 to 0.22.0
Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Commits](rust-vmm/kvm@kvm-ioctls-v0.21.0...kvm-ioctls-v0.22.0) --- updated-dependencies: - dependency-name: kvm-ioctls dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f94e7a7 commit 835b2c2

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

Cargo.lock

Lines changed: 24 additions & 5 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 @@ gdbstub = { version = "0.7.5", optional = true }
7070
gdbstub_arch = { version = "0.3.1", optional = true }
7171
seccompiler = { version = "0.5.0", optional = true }
7272
kvm-bindings = { version = "0.11", features = ["fam-wrappers"], optional = true }
73-
kvm-ioctls = { version = "0.21", optional = true }
73+
kvm-ioctls = { version = "0.22", 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}
7676
mshv-bindings3 = { package="mshv-bindings", version = "=0.3.2", optional = true }

0 commit comments

Comments
 (0)