Skip to content

Commit 477df1f

Browse files
Bump kvm-ioctls from 0.20.0 to 0.21.0 (#338)
Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Commits](rust-vmm/kvm@v0.20.0...kvm-ioctls-v0.21.0) --- updated-dependencies: - dependency-name: kvm-ioctls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 813db1f commit 477df1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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
@@ -75,7 +75,7 @@ gdbstub = { version = "0.7.5", optional = true }
7575
gdbstub_arch = { version = "0.3.1", optional = true }
7676
seccompiler = { version = "0.5.0", optional = true }
7777
kvm-bindings = { version = "0.11", features = ["fam-wrappers"], optional = true }
78-
kvm-ioctls = { version = "0.20", optional = true }
78+
kvm-ioctls = { version = "0.21", optional = true }
7979
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
8080
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}
8181
mshv-bindings3 = { package="mshv-bindings", version = "=0.3.2", optional = true }

0 commit comments

Comments
 (0)